mirror of
https://github.com/nushell/nushell.git
synced 2024-12-22 07:02:19 +01: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
@ -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 New Issue
Block a user