diff options
Diffstat (limited to 'crates/mozart/src/commands/init.rs')
| -rw-r--r-- | crates/mozart/src/commands/init.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/init.rs b/crates/mozart/src/commands/init.rs index 059e494..0f10186 100644 --- a/crates/mozart/src/commands/init.rs +++ b/crates/mozart/src/commands/init.rs @@ -47,6 +47,6 @@ pub struct InitArgs { pub autoload: Option<String>, } -pub fn execute(_args: &InitArgs) { +pub fn execute(_args: &InitArgs, _cli: &super::Cli) -> anyhow::Result<()> { todo!() } |
