Skip to content

Commit a888a7c

Browse files
committed
Add -c alias for scenario
Signed-off-by: Samuel Monson <[email protected]>
1 parent 398dce6 commit a888a7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guidellm/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def benchmark():
116116
)
117117
@click.option(
118118
"--scenario",
119+
"-c",
119120
type=cli_tools.Union(
120121
click.Path(
121122
exists=True,

0 commit comments

Comments
 (0)