Merge pull request #2536 from jeanlaurent/help-shell
List supported value for shell in env command
This commit is contained in:
@@ -168,7 +168,7 @@ var Commands = []cli.Command{
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "shell",
|
||||
Usage: "Force environment to be configured for specified shell",
|
||||
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell], default is sh/bash",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "unset, u",
|
||||
|
||||
Reference in New Issue
Block a user