removed seemingly useless num_args

main
nick 2024-07-13 21:37:44 -04:00
parent 6b17a3cb06
commit 1828982270
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ pub struct Args {
value_parser = validate_path, value_parser = validate_path,
help = "items to summate", help = "items to summate",
action = ArgAction::Append, action = ArgAction::Append,
num_args = 1..
)] )]
path: Vec<String>, path: Vec<String>,
} }