diff options
Diffstat (limited to 'crates/shirabe/src/command')
| -rw-r--r-- | crates/shirabe/src/command/outdated_command.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/shirabe/src/command/outdated_command.rs b/crates/shirabe/src/command/outdated_command.rs index 16a4ac5..3281723 100644 --- a/crates/shirabe/src/command/outdated_command.rs +++ b/crates/shirabe/src/command/outdated_command.rs @@ -227,10 +227,7 @@ impl Command for OutdatedCommand { .shared() }; - Ok( - crate::console::application::Application::run(&application, Some(input), Some(output))? - as i64, - ) + Ok(application.run(Some(input), Some(output))? as i64) } fn initialize( |
