diff options
Diffstat (limited to 'crates/mozart/src/commands/about.rs')
| -rw-r--r-- | crates/mozart/src/commands/about.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/about.rs b/crates/mozart/src/commands/about.rs index 833b6c8..bf3742d 100644 --- a/crates/mozart/src/commands/about.rs +++ b/crates/mozart/src/commands/about.rs @@ -3,6 +3,6 @@ use clap::Args; #[derive(Args)] pub struct AboutArgs {} -pub fn execute(_args: &AboutArgs) { +pub fn execute(_args: &AboutArgs, _cli: &super::Cli) -> anyhow::Result<()> { todo!() } |
