aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/install_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/install_command.rs')
-rw-r--r--crates/shirabe/src/command/install_command.rs10
1 files changed, 9 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/install_command.rs b/crates/shirabe/src/command/install_command.rs
index 04d630b..227ba22 100644
--- a/crates/shirabe/src/command/install_command.rs
+++ b/crates/shirabe/src/command/install_command.rs
@@ -25,7 +25,15 @@ pub struct InstallCommand {
io: Option<Box<dyn IOInterface>>,
}
-impl CompletionTrait for InstallCommand {}
+impl CompletionTrait for InstallCommand {
+ fn require_composer(
+ &self,
+ disable_plugins: Option<bool>,
+ disable_scripts: Option<bool>,
+ ) -> Composer {
+ todo!()
+ }
+}
impl InstallCommand {
pub fn configure(&mut self) {