forked from extern/podman-compose
FIXES #442: allow --no-pod or custom --pod-args
This commit is contained in:
parent
7942a091c3
commit
2d6bb52e36
@ -1548,7 +1548,7 @@ class PodmanCompose:
|
||||
parser.add_argument(
|
||||
"--no-pod",
|
||||
help="disable pod creation",
|
||||
action='store_true',
|
||||
action="store_true",
|
||||
default=False,
|
||||
)
|
||||
parser.add_argument(
|
||||
|
Loading…
Reference in New Issue
Block a user