diff --git a/src/cli.rs b/src/cli.rs index 8300809..ddcdb95 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -74,7 +74,7 @@ impl Cli { self } - /// Match the commands and + /// Match the command being passed in the arguments pub fn match_commands(&self) -> &Command { let args: Vec = env::args().collect(); if args.contains(&"--help".to_string()) || args.contains(&"-h".to_string()) {}