diff --git a/src/cli.rs b/src/cli.rs index 1e2f0d0..797b790 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -7,7 +7,6 @@ pub fn build_cli() -> Command { Command::new("Dust") .about("Like du but more intuitive") .version(env!("CARGO_PKG_VERSION")) - .trailing_var_arg(true) .arg( Arg::new("depth") .short('d')