We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282f755 commit 93f923bCopy full SHA for 93f923b
src/arguments/mod.rs
@@ -56,7 +56,7 @@ pub enum CotpSubcommands {
56
57
pub fn args_parser(matches: CotpArgs, read_result: OTPDatabase) -> color_eyre::Result<OTPDatabase> {
58
if let Some(command) = matches.command {
59
- CotpSubcommands::from(command).run_command(read_result)
+ command.run_command(read_result)
60
} else {
61
dashboard(read_result).map_err(|e| eyre!("An error occurred: {e}"))
62
}
0 commit comments