Skip to content

Commit e9ccaa2

Browse files
committed
Cleanup conflicting parser CLI options
Fixes #12 Signed-off-by: Pedro Algarvio <[email protected]>
1 parent a2056f6 commit e9ccaa2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/12.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Cleanup conflicting parser CLI options

src/ptscripts/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ def __new__(cls):
241241
"Run Subprocess Options", description="These options apply to ctx.run() calls"
242242
)
243243
run_options.add_argument(
244+
"--timeout",
244245
"--timeout-secs",
245-
"--ts",
246246
default=None,
247247
type=int,
248248
help="Timeout in seconds for the command to finish.",

0 commit comments

Comments
 (0)