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