diff options
Diffstat (limited to 'crates/shirabe/src/command/depends_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/depends_command.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/src/command/depends_command.rs b/crates/shirabe/src/command/depends_command.rs index f22682e8..25f7bfd9 100644 --- a/crates/shirabe/src/command/depends_command.rs +++ b/crates/shirabe/src/command/depends_command.rs @@ -67,7 +67,7 @@ impl Command for DependsCommand { .into(), InputOption::new( crate::command::OPTION_RECURSIVE, - Some(shirabe_php_shim::PhpMixed::String("r".to_string())), + Some("r"), Some(InputOption::VALUE_NONE), "Recursively resolves up to the root package", None, @@ -76,7 +76,7 @@ impl Command for DependsCommand { .into(), InputOption::new( crate::command::OPTION_TREE, - Some(shirabe_php_shim::PhpMixed::String("t".to_string())), + Some("t"), Some(InputOption::VALUE_NONE), "Prints the results as a nested tree", None, |
