diff options
Diffstat (limited to 'crates/mozart/src/commands/update.rs')
| -rw-r--r-- | crates/mozart/src/commands/update.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/update.rs b/crates/mozart/src/commands/update.rs index 0f1257c..7cbfd74 100644 --- a/crates/mozart/src/commands/update.rs +++ b/crates/mozart/src/commands/update.rs @@ -126,6 +126,6 @@ pub struct UpdateArgs { pub bump_after_update: Option<Option<String>>, } -pub fn execute(_args: &UpdateArgs) { +pub fn execute(_args: &UpdateArgs, _cli: &super::Cli) -> anyhow::Result<()> { todo!() } |
