Fix --shell option

This commit is contained in:
Félix Saparelli 2021-04-11 05:29:55 +12:00
parent b0d2a6c875
commit f4637892ab
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ where
} else {
"Use a different shell, or `none`. E.g. --shell=bash"
})
.takes_value(true)
.long("shell"))
// -n short form will not be removed, and instead become a shorthand for --shell=none
.arg(Arg::with_name("no-shell")