From b650186c195ac6e5377289c581491c3e8593e7b4 Mon Sep 17 00:00:00 2001 From: Andres Vargas Date: Mon, 19 Sep 2022 12:50:37 -0400 Subject: [PATCH] Update red.py --- bake/scripts/red.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bake/scripts/red.py b/bake/scripts/red.py index a536754..7481328 100644 --- a/bake/scripts/red.py +++ b/bake/scripts/red.py @@ -21,7 +21,7 @@ import colorama "--bg", nargs=1, type=click.STRING, - default=False, + default="", help="Background color to use (rare).", ) @click.option("--bold", is_flag=True, type=click.BOOL, default=False, help="Be bold.")