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