From a7ba9cac5f0fb0c5cf3befc61d2624d0a51bd2ad Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 May 2026 16:17:20 +0900 Subject: fix(compile): add stubs for missing trait implementations --- crates/shirabe/src/command/show_command.rs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'crates/shirabe/src/command/show_command.rs') diff --git a/crates/shirabe/src/command/show_command.rs b/crates/shirabe/src/command/show_command.rs index 52d2bd7..1421120 100644 --- a/crates/shirabe/src/command/show_command.rs +++ b/crates/shirabe/src/command/show_command.rs @@ -2642,7 +2642,15 @@ impl ShowCommand { } } -impl CompletionTrait for ShowCommand {} +impl CompletionTrait for ShowCommand { + fn require_composer( + &self, + disable_plugins: Option, + disable_scripts: Option, + ) -> Composer { + todo!() + } +} impl BaseCommand for ShowCommand { fn inner(&self) -> &Command { -- cgit v1.3.1