diff options
Diffstat (limited to 'crates/shirabe/src/command/show_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/show_command.rs | 10 |
1 files changed, 9 insertions, 1 deletions
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<bool>, + disable_scripts: Option<bool>, + ) -> Composer { + todo!() + } +} impl BaseCommand for ShowCommand { fn inner(&self) -> &Command { |
