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):