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.
2 parents 66be142 + f6bc927 commit 3800fb9Copy full SHA for 3800fb9
src/simvue_cli/cli/__init__.py
@@ -535,7 +535,6 @@ def simvue_alert(ctx) -> None:
535
default=20,
536
show_default=True,
537
)
538
-@click.option("--path", is_flag=True, help="Show path")
539
@click.option("--run-tags", is_flag=True, help="Show tags")
540
@click.option("--auto", is_flag=True, help="Show if run tag auto-assign is enabled")
541
@click.option("--notification", is_flag=True, help="Show notification setting")
src/simvue_cli/cli/display.py
@@ -36,9 +36,10 @@
36
"running": "blue",
37
"failed": "red",
38
"completed": "green",
39
- "lost": "yellow",
+ "lost": "orange",
40
"created": "white",
41
"N/A": "grey",
42
+ "terminated": "red",
43
}
44
45
CLICK_COLORS: dict[str, str] = {
0 commit comments