Skip to content

Commit

Permalink
Shortcut for shell-type (xonsh#5367)
Browse files Browse the repository at this point in the history
* Shortcut for shell-type

* Shortcut for shell-type

---------

Co-authored-by: a <1@1.1>
  • Loading branch information
anki-code and a committed Apr 25, 2024
1 parent 4dc17ca commit 26c6e11
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions news/shell_type.rst
Original file line number Diff line number Diff line change
@@ -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>
1 change: 1 addition & 0 deletions xonsh/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def parser():
default=None,
)
p.add_argument(
"-st",
"--shell-type",
help="What kind of shell should be used. "
"Possible options: "
Expand Down

0 comments on commit 26c6e11

Please sign in to comment.