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