shell flag text
This commit is contained in:
parent
6a46ef9d94
commit
f771dcf8b5
2
main.go
2
main.go
@ -62,7 +62,7 @@ func main() {
|
|||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "shell, s",
|
Name: "shell, s",
|
||||||
Value: "auto",
|
Value: "auto",
|
||||||
Usage: "Sub shell type. Only bash is supported. (default bash)",
|
Usage: "which shell to use. One of [auto, bash, zsh]",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Action: run.Shell,
|
Action: run.Shell,
|
||||||
|
Loading…
Reference in New Issue
Block a user