Skip to content

Commit ef95381

Browse files
Allow specification of --no-light-mode global option
Signed-off-by: Jacob Stopak <[email protected]>
1 parent 1e5a9bf commit ef95381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/git_sim/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def main(
5959
),
6060
light_mode: bool = typer.Option(
6161
settings.light_mode,
62-
"--light-mode",
6362
help="Enable light-mode with white background",
6463
),
6564
transparent_bg: bool = typer.Option(

0 commit comments

Comments
 (0)