diff options
Diffstat (limited to 'crates/mozart/src/commands/audit.rs')
| -rw-r--r-- | crates/mozart/src/commands/audit.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/audit.rs b/crates/mozart/src/commands/audit.rs index 02b0d8d..4aa048d 100644 --- a/crates/mozart/src/commands/audit.rs +++ b/crates/mozart/src/commands/audit.rs @@ -27,6 +27,6 @@ pub struct AuditArgs { pub ignore_unreachable: bool, } -pub fn execute(_args: &AuditArgs) { +pub fn execute(_args: &AuditArgs, _cli: &super::Cli) -> anyhow::Result<()> { todo!() } |
