aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/reinstall.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands/reinstall.rs')
-rw-r--r--crates/mozart/src/commands/reinstall.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/reinstall.rs b/crates/mozart/src/commands/reinstall.rs
index 08aad44..ef3d78d 100644
--- a/crates/mozart/src/commands/reinstall.rs
+++ b/crates/mozart/src/commands/reinstall.rs
@@ -54,6 +54,6 @@ pub struct ReinstallArgs {
pub r#type: Vec<String>,
}
-pub fn execute(_args: &ReinstallArgs) {
+pub fn execute(_args: &ReinstallArgs, _cli: &super::Cli) -> anyhow::Result<()> {
todo!()
}