aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/create_project_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/create_project_command.rs')
-rw-r--r--crates/shirabe/src/command/create_project_command.rs10
1 files changed, 9 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/create_project_command.rs b/crates/shirabe/src/command/create_project_command.rs
index c0902d4..627b84e 100644
--- a/crates/shirabe/src/command/create_project_command.rs
+++ b/crates/shirabe/src/command/create_project_command.rs
@@ -57,7 +57,15 @@ pub struct CreateProjectCommand {
pub(crate) suggested_packages_reporter: Option<SuggestedPackagesReporter>,
}
-impl CompletionTrait for CreateProjectCommand {}
+impl CompletionTrait for CreateProjectCommand {
+ fn require_composer(
+ &self,
+ disable_plugins: Option<bool>,
+ disable_scripts: Option<bool>,
+ ) -> Composer {
+ todo!()
+ }
+}
impl CreateProjectCommand {
fn configure(&mut self) {