implement no-confirm-flag

This commit is contained in:
Marc Koch 2020-12-13 19:27:14 +01:00
parent 3bcf77e0b8
commit 0b066c3718
Signed by: marc
GPG Key ID: AC2D4E00990A6767
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
# Flags
quiet_mode = False
no_log = False
no_cleanup = False
all_containers = False
no_confirm = False
def _print(text=None):