Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cqb13 committed Jul 22, 2024
1 parent aa8014f commit be980c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> = env::args().collect();
if args.contains(&"--help".to_string()) || args.contains(&"-h".to_string()) {}
Expand Down

0 comments on commit be980c2

Please sign in to comment.