diff --git a/src/opt.rs b/src/opt.rs index 882a4e3..c42b8e0 100644 --- a/src/opt.rs +++ b/src/opt.rs @@ -121,7 +121,7 @@ pub struct ExecuteSubcommand { long, value_name = "json|program|shell", default_value = "shell", - possible_values = &["shell", "json"] + possible_values = &["json", "program", "shell"] )] pub format: ExecuteFormat,