Fix program not being option -- still seeing dropped frames (testing with zsh repeat)

pull/38/head
Chip Senkbeil 3 years ago
parent 4c249abf6a
commit b48a5c1a2b
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -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,

Loading…
Cancel
Save