Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit cb2b414

Browse files
authored
Merge pull request #4449 from pmatos/patch-1
Add emacs as option to env command --shell flag
2 parents 7b263d8 + ead1588 commit cb2b414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ var Commands = []cli.Command{
237237
},
238238
cli.StringFlag{
239239
Name: "shell",
240-
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell, tcsh], default is auto-detect",
240+
Usage: "Force environment to be configured for a specified shell: [fish, cmd, powershell, tcsh, emacs], default is auto-detect",
241241
},
242242
cli.BoolFlag{
243243
Name: "unset, u",

0 commit comments

Comments
 (0)