diff options
Diffstat (limited to 'crates/shirabe/src/command/self_update_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/self_update_command.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe/src/command/self_update_command.rs b/crates/shirabe/src/command/self_update_command.rs index 6872730e..dabe8bc8 100644 --- a/crates/shirabe/src/command/self_update_command.rs +++ b/crates/shirabe/src/command/self_update_command.rs @@ -8,7 +8,7 @@ use crate::console::input::InputOption; use crate::io::IOInterfaceImmutable; use crate::io::io_interface; use shirabe_php_shim::{PhpMixed, impl_php_class}; -use shirabe_symfony_console::command::command::Command; +use shirabe_symfony_console::command::Command; use shirabe_symfony_console::input::InputInterface; use shirabe_symfony_console::output::OutputInterface; @@ -95,8 +95,8 @@ impl Command for SelfUpdateCommand { 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) } |
