forked from alt/image-forge
feat: add help message to the --latest and --task options
This commit is contained in:
parent
029f18d0c8
commit
38776d2032
2
build.py
2
build.py
@ -676,11 +676,13 @@ def parse_args():
|
|||||||
"-l",
|
"-l",
|
||||||
"--latest",
|
"--latest",
|
||||||
default="p10",
|
default="p10",
|
||||||
|
help="tag images in this branch as latest",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--tasks",
|
"--tasks",
|
||||||
type=Tasks,
|
type=Tasks,
|
||||||
default=Tasks(None),
|
default=Tasks(None),
|
||||||
|
help="use tasks from TASKS file",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--tags",
|
"--tags",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user