We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2056f6 commit e9ccaa2Copy full SHA for e9ccaa2
changelog/12.bugfix.rst
@@ -0,0 +1 @@
1
+Cleanup conflicting parser CLI options
src/ptscripts/parser.py
@@ -241,8 +241,8 @@ def __new__(cls):
241
"Run Subprocess Options", description="These options apply to ctx.run() calls"
242
)
243
run_options.add_argument(
244
+ "--timeout",
245
"--timeout-secs",
- "--ts",
246
default=None,
247
type=int,
248
help="Timeout in seconds for the command to finish.",
0 commit comments