aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/global.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands/global.rs')
-rw-r--r--crates/mozart/src/commands/global.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/global.rs b/crates/mozart/src/commands/global.rs
index c4de5e4..802e085 100644
--- a/crates/mozart/src/commands/global.rs
+++ b/crates/mozart/src/commands/global.rs
@@ -10,6 +10,6 @@ pub struct GlobalArgs {
pub args: Vec<String>,
}
-pub fn execute(_args: &GlobalArgs) {
+pub fn execute(_args: &GlobalArgs, _cli: &super::Cli) -> anyhow::Result<()> {
todo!()
}