diff options
Diffstat (limited to 'crates/mozart/src/commands/config.rs')
| -rw-r--r-- | crates/mozart/src/commands/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/config.rs b/crates/mozart/src/commands/config.rs index 4434840..8e05918 100644 --- a/crates/mozart/src/commands/config.rs +++ b/crates/mozart/src/commands/config.rs @@ -53,6 +53,6 @@ pub struct ConfigArgs { pub source: bool, } -pub fn execute(_args: &ConfigArgs) { +pub fn execute(_args: &ConfigArgs, _cli: &super::Cli) -> anyhow::Result<()> { todo!() } |
