aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/prohibits.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-11 16:57:41 +0900
committernsfisis <nsfisis@gmail.com>2026-02-11 17:03:56 +0900
commit08a845acdd831a9de186696b9614ee397c8e7c68 (patch)
treee8d388129d1ae54a434259ff6f63ec9292ff786d /crates/mozart/src/commands/prohibits.rs
parentf641eb0202d974c765782f767f21aef2ea2fb4e9 (diff)
downloadphp-mozart-08a845acdd831a9de186696b9614ee397c8e7c68.tar.gz
php-mozart-08a845acdd831a9de186696b9614ee397c8e7c68.tar.zst
php-mozart-08a845acdd831a9de186696b9614ee397c8e7c68.zip
change commands::*::execute() signatures
Diffstat (limited to 'crates/mozart/src/commands/prohibits.rs')
-rw-r--r--crates/mozart/src/commands/prohibits.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/prohibits.rs b/crates/mozart/src/commands/prohibits.rs
index aff1ee0..8f87644 100644
--- a/crates/mozart/src/commands/prohibits.rs
+++ b/crates/mozart/src/commands/prohibits.rs
@@ -21,6 +21,6 @@ pub struct ProhibitsArgs {
pub locked: bool,
}
-pub fn execute(_args: &ProhibitsArgs) {
+pub fn execute(_args: &ProhibitsArgs, _cli: &super::Cli) -> anyhow::Result<()> {
todo!()
}