1
0

feat: add help message to the --latest and --task options

This commit is contained in:
Александр Степченко 2023-07-18 13:37:19 +03:00 committed by Alexander Stepchenko
parent 029f18d0c8
commit 38776d2032

View File

@ -676,11 +676,13 @@ def parse_args():
"-l",
"--latest",
default="p10",
help="tag images in this branch as latest",
)
parser.add_argument(
"--tasks",
type=Tasks,
default=Tasks(None),
help="use tasks from TASKS file",
)
parser.add_argument(
"--tags",