mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
shell-type
This commit is contained in:
parent
00f9c6a61c
commit
9682761476
1 changed files with 2 additions and 1 deletions
|
@ -213,8 +213,9 @@ def parser():
|
|||
"Possible options: "
|
||||
+ ", ".join(Shell.shell_type_aliases.keys())
|
||||
+ ". Warning! If set this overrides $SHELL_TYPE variable.",
|
||||
metavar="SHELL_TYPE",
|
||||
dest="shell_type",
|
||||
# choices=tuple(Shell.shell_type_aliases.keys()),
|
||||
choices=tuple(Shell.shell_type_aliases.keys()),
|
||||
default=None,
|
||||
)
|
||||
p.add_argument(
|
||||
|
|
Loading…
Add table
Reference in a new issue