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