mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Shortcut for shell-type (#5367)
* Shortcut for shell-type * Shortcut for shell-type --------- Co-authored-by: a <1@1.1>
This commit is contained in:
parent
4dc17ca600
commit
26c6e119e2
2 changed files with 24 additions and 0 deletions
23
news/shell_type.rst
Normal file
23
news/shell_type.rst
Normal file
|
@ -0,0 +1,23 @@
|
|||
**Added:**
|
||||
|
||||
* Added shortcut ``-st`` for ``--shell-type``.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -215,6 +215,7 @@ def parser():
|
|||
default=None,
|
||||
)
|
||||
p.add_argument(
|
||||
"-st",
|
||||
"--shell-type",
|
||||
help="What kind of shell should be used. "
|
||||
"Possible options: "
|
||||
|
|
Loading…
Add table
Reference in a new issue