diff options
Diffstat (limited to 'crates/shirabe/src/command/require_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/require_command.rs | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/crates/shirabe/src/command/require_command.rs b/crates/shirabe/src/command/require_command.rs index 3d8331b..a29f60d 100644 --- a/crates/shirabe/src/command/require_command.rs +++ b/crates/shirabe/src/command/require_command.rs @@ -107,35 +107,6 @@ impl PackageDiscoveryTrait for RequireCommand { ) -> &mut IndexMap<String, std::rc::Rc<std::cell::RefCell<RepositorySet>>> { &mut self.repository_sets } - - fn get_io(&self) -> std::rc::Rc<std::cell::RefCell<dyn IOInterface>> { - todo!() - } - - fn try_composer(&self) -> Option<PartialComposerHandle> { - todo!() - } - - fn require_composer( - &self, - disable_plugins: Option<bool>, - disable_scripts: Option<bool>, - ) -> PartialComposerHandle { - todo!() - } - - fn get_platform_requirement_filter( - &self, - input: std::rc::Rc<std::cell::RefCell<dyn InputInterface>>, - ) -> std::rc::Rc< - dyn crate::filter::platform_requirement_filter::PlatformRequirementFilterInterface, - > { - todo!() - } - - fn normalize_requirements(&self, requires: Vec<String>) -> Vec<IndexMap<String, String>> { - todo!() - } } impl Command for RequireCommand { |
