diff options
Diffstat (limited to 'crates/shirabe/src/command/outdated_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/outdated_command.rs | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/outdated_command.rs b/crates/shirabe/src/command/outdated_command.rs index 1a19931..cbdd44d 100644 --- a/crates/shirabe/src/command/outdated_command.rs +++ b/crates/shirabe/src/command/outdated_command.rs @@ -21,7 +21,15 @@ pub struct OutdatedCommand { io: Option<Box<dyn IOInterface>>, } -impl CompletionTrait for OutdatedCommand {} +impl CompletionTrait for OutdatedCommand { + fn require_composer( + &self, + disable_plugins: Option<bool>, + disable_scripts: Option<bool>, + ) -> Composer { + todo!() + } +} impl OutdatedCommand { pub fn configure(&mut self) { |
