From 0b066c3718db7d74ce4d730113b4fec8106711ff Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Sun, 13 Dec 2020 19:27:14 +0100 Subject: [PATCH] implement no-confirm-flag --- utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils.py b/utils.py index 626797d..302138d 100644 --- a/utils.py +++ b/utils.py @@ -1,7 +1,9 @@ +# Flags quiet_mode = False no_log = False no_cleanup = False all_containers = False +no_confirm = False def _print(text=None):