diff options
Diffstat (limited to 'crates/mozart/src/commands/create_project.rs')
| -rw-r--r-- | crates/mozart/src/commands/create_project.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/create_project.rs b/crates/mozart/src/commands/create_project.rs index 814d33b..e8339d0 100644 --- a/crates/mozart/src/commands/create_project.rs +++ b/crates/mozart/src/commands/create_project.rs @@ -100,6 +100,6 @@ pub struct CreateProjectArgs { pub ask: bool, } -pub fn execute(_args: &CreateProjectArgs) { +pub fn execute(_args: &CreateProjectArgs, _cli: &super::Cli) -> anyhow::Result<()> { todo!() } |
