From 08a845acdd831a9de186696b9614ee397c8e7c68 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 11 Feb 2026 16:57:41 +0900 Subject: change commands::*::execute() signatures --- crates/mozart/src/commands/check_platform_reqs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/mozart/src/commands/check_platform_reqs.rs') diff --git a/crates/mozart/src/commands/check_platform_reqs.rs b/crates/mozart/src/commands/check_platform_reqs.rs index 697b3f6..d0e6122 100644 --- a/crates/mozart/src/commands/check_platform_reqs.rs +++ b/crates/mozart/src/commands/check_platform_reqs.rs @@ -15,6 +15,6 @@ pub struct CheckPlatformReqsArgs { pub format: Option, } -pub fn execute(_args: &CheckPlatformReqsArgs) { +pub fn execute(_args: &CheckPlatformReqsArgs, _cli: &super::Cli) -> anyhow::Result<()> { todo!() } -- cgit v1.3.1