We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afcd0e commit 2af65bbCopy full SHA for 2af65bb
src/console.rs
@@ -93,7 +93,7 @@ pub fn get_command_line_settings() -> CommandLineSettings {
93
}
94
95
96
- let verbose_flag = (&flags).contains(&"--verbose".to_string());
+ let verbose_flag = (&flags).contains(&"verbose".to_string());
97
98
CommandLineSettings {
99
args: args,
0 commit comments