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