shell flag text

pull/70/head
iwilltry42 5 years ago
parent 6a46ef9d94
commit f771dcf8b5
  1. 2
      main.go

@ -62,7 +62,7 @@ func main() {
cli.StringFlag{
Name: "shell, s",
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,

Loading…
Cancel
Save