aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/install.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/commands/install.rs')
-rw-r--r--crates/mozart/src/commands/install.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/install.rs b/crates/mozart/src/commands/install.rs
index e839e96..fbff8a4 100644
--- a/crates/mozart/src/commands/install.rs
+++ b/crates/mozart/src/commands/install.rs
@@ -86,6 +86,6 @@ pub struct InstallArgs {
pub ignore_platform_reqs: bool,
}
-pub fn execute(_args: &InstallArgs) {
+pub fn execute(_args: &InstallArgs, _cli: &super::Cli) -> anyhow::Result<()> {
todo!()
}