mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
ls: hide "paths" argument
This commit is contained in:
committed by
Dorian Péron
parent
bf89c8bf22
commit
c23dc6769e
@@ -779,6 +779,7 @@ pub fn uu_app() -> Command {
|
||||
// Positional arguments
|
||||
.arg(
|
||||
Arg::new(options::PATHS)
|
||||
.hide(true)
|
||||
.action(ArgAction::Append)
|
||||
.value_hint(clap::ValueHint::AnyPath)
|
||||
.value_parser(ValueParser::os_string()),
|
||||
|
||||
Reference in New Issue
Block a user