mirror of
https://github.com/nushell/nushell
synced 2025-01-12 05:09:04 +00:00
Remove -a/-all
flag in du. (#14618)
Just noticed that I forget to remove `-a/-all` flag in `du`'s signature in #14407 This pr is going to remove it
This commit is contained in:
parent
fff0c6e2cb
commit
e26364f885
1 changed files with 0 additions and 5 deletions
|
@ -39,11 +39,6 @@ impl Command for Du {
|
|||
SyntaxShape::OneOf(vec![SyntaxShape::GlobPattern, SyntaxShape::String]),
|
||||
"Starting directory.",
|
||||
)
|
||||
.switch(
|
||||
"all",
|
||||
"Output file sizes as well as directory sizes",
|
||||
Some('a'),
|
||||
)
|
||||
.switch(
|
||||
"deref",
|
||||
"Dereference symlinks to their targets for size",
|
||||
|
|
Loading…
Reference in a new issue