Skip to content

Commit c23dc67

Browse files
cakebakerRenjiSann
authored andcommitted
ls: hide "paths" argument
1 parent bf89c8b commit c23dc67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/uu/ls/src/ls.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@ pub fn uu_app() -> Command {
779779
// Positional arguments
780780
.arg(
781781
Arg::new(options::PATHS)
782+
.hide(true)
782783
.action(ArgAction::Append)
783784
.value_hint(clap::ValueHint::AnyPath)
784785
.value_parser(ValueParser::os_string()),

0 commit comments

Comments
 (0)