Skip to content

Commit 16afcef

Browse files
committed
[AIENG-230] better error diagnostics
1 parent d33f1f8 commit 16afcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launchable/commands/subset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
@click.option(
211211
"--use-case",
212212
"use_case",
213-
type=str,
213+
type=click.Choice(["one-commit", "feature-branch", "recurring"]),
214214
hidden=True, # control PTS v2 test selection behavior. Non-committed, so hidden for now.
215215
)
216216
@click.pass_context

0 commit comments

Comments
 (0)