diff options
Diffstat (limited to 'crates/mozart/src/commands/outdated.rs')
| -rw-r--r-- | crates/mozart/src/commands/outdated.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/outdated.rs b/crates/mozart/src/commands/outdated.rs index 3bbb451..72a484f 100644 --- a/crates/mozart/src/commands/outdated.rs +++ b/crates/mozart/src/commands/outdated.rs @@ -62,6 +62,6 @@ pub struct OutdatedArgs { pub ignore_platform_reqs: bool, } -pub fn execute(_args: &OutdatedArgs) { +pub fn execute(_args: &OutdatedArgs, _cli: &super::Cli) -> anyhow::Result<()> { todo!() } |
