Skip to content

Commit d429fcb

Browse files
evandrocoangaborbernat
authored andcommitted
Add short name to --skip-missing-interpreters as -s (#1119)
Related to: 1. #672 --result-json does not respect --skip-missing-interpreters-option
1 parent d404e84 commit d429fcb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/changelog/1119.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added command line shortcut ``-s`` for ``--skip-missing-interpreters`` - by :user:`evandrocoan`

src/tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ def __call__(self, parser, namespace, values, option_string=None):
809809
setattr(namespace, self.dest, value)
810810

811811
parser.add_argument(
812+
"-s",
812813
"--skip-missing-interpreters",
813814
default="config",
814815
metavar="val",

0 commit comments

Comments
 (0)