mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
Remove the "name-with-symlink" flag
This commit is contained in:
parent
524ce6ba71
commit
c7236ea04b
1 changed files with 1 additions and 9 deletions
10
src/app.rs
10
src/app.rs
|
@ -185,15 +185,7 @@ pub fn build() -> App<'static, 'static> {
|
|||
.multiple(true)
|
||||
.number_of_values(1)
|
||||
.require_delimiter(true)
|
||||
.possible_values(&[
|
||||
"permission",
|
||||
"user",
|
||||
"group",
|
||||
"size",
|
||||
"date",
|
||||
"name",
|
||||
"name-with-symlink",
|
||||
])
|
||||
.possible_values(&["permission", "user", "group", "size", "date", "name"])
|
||||
.help("Specify the blocks that will be displayed and in what order"),
|
||||
)
|
||||
.arg(
|
||||
|
|
Loading…
Reference in a new issue