ls: hide "paths" argument

This commit is contained in:
Daniel Hofstetter
2026-05-01 15:55:06 +02:00
committed by Dorian Péron
parent bf89c8bf22
commit c23dc6769e
+1
View File
@@ -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()),