Add color to summary and fix some issues

This commit is contained in:
2022-05-05 23:37:13 +02:00
parent 1cefc51870
commit 47749cea94
4 changed files with 65 additions and 23 deletions

View File

@@ -157,8 +157,6 @@ class Arguments:
"type": str,
"required": True,
"choices": list(models_data),
"action": EnvDefault,
"envvar": "model",
"help": "model name",
},
],
@@ -168,8 +166,6 @@ class Arguments:
"type": str,
"required": True,
"choices": list(models_data),
"action": EnvDefault,
"envvar": "model",
"help": "model name",
},
],