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