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 a68f94e commit 3e55151Copy full SHA for 3e55151
commit0/cli.py
@@ -239,7 +239,11 @@ def test(
239
help="Set this to 2 for more logging information",
240
count=True,
241
),
242
- stdin: bool = typer.Option(False, "--stdin", help="Read test names from stdin"),
+ stdin: bool = typer.Option(
243
+ False,
244
+ "--stdin",
245
+ help="Read test names from stdin. Example: `echo 'test_mod.py' | commit0 test REPO --branch BRANCH`",
246
+ ),
247
) -> None:
248
"""Run tests on a Commit0 repository."""
249
check_commit0_path()
0 commit comments