aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/licenses_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/licenses_command.rs')
-rw-r--r--crates/shirabe/src/command/licenses_command.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe/src/command/licenses_command.rs b/crates/shirabe/src/command/licenses_command.rs
index ed64061a..653987bf 100644
--- a/crates/shirabe/src/command/licenses_command.rs
+++ b/crates/shirabe/src/command/licenses_command.rs
@@ -14,7 +14,7 @@ use crate::util::PackageInfo;
use crate::util::PackageSorter;
use indexmap::IndexMap;
use shirabe_php_shim::{PhpMixed, RuntimeException, UnexpectedValueException, impl_php_class};
-use shirabe_symfony_console::command::command::Command;
+use shirabe_symfony_console::command::Command;
use shirabe_symfony_console::formatter::OutputFormatter;
use shirabe_symfony_console::helper::Table;
use shirabe_symfony_console::input::InputInterface;
@@ -332,8 +332,8 @@ impl Command for LicensesCommand {
fn complete(
&self,
- input: &shirabe_symfony_console::completion::completion_input::CompletionInput,
- suggestions: &mut shirabe_symfony_console::completion::completion_suggestions::CompletionSuggestions,
+ input: &shirabe_symfony_console::completion::CompletionInput,
+ suggestions: &mut shirabe_symfony_console::completion::CompletionSuggestions,
) -> anyhow::Result<()> {
crate::command::base_command::base_command_complete(self, input, suggestions)
}