aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/status_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/status_command.rs')
-rw-r--r--crates/shirabe/src/command/status_command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/status_command.rs b/crates/shirabe/src/command/status_command.rs
index bcb83a3a..2c7cb361 100644
--- a/crates/shirabe/src/command/status_command.rs
+++ b/crates/shirabe/src/command/status_command.rs
@@ -321,7 +321,7 @@ impl Command for StatusCommand {
self.set_description("Shows a list of locally modified packages");
self.set_definition(&[InputOption::new(
"verbose",
- Some(shirabe_php_shim::PhpMixed::String("v|vv|vvv".to_string())),
+ Some("v|vv|vvv"),
Some(InputOption::VALUE_NONE),
"Show modified files for each directory that contains changes.",
None,