This commit is contained in:
2026-02-10 21:21:43 +01:00
parent f770cbc926
commit 475e49d4e9

View File

@@ -149,7 +149,7 @@ parser.add_argument("--gpu", "-g", action="store_true")
parser.add_argument("--timeout", type=int, default=10, help="Request timeout seconds")
parser.add_argument("--deploy-mode", "-m", type=str, default="git", help="Deploy mode")
parser.add_argument("--stack-mode", "-w", default=None, help="Stack mode")
parser.add_argument("--excluded", "-e", default=["portainer", "nginx"], help="Exclude from update")
parser.add_argument("--excluded", "-e", nargs="+", default=["portainer", "nginx"], help="Exclude from update")
args = parser.parse_args()
print("Running version:", VERSION)
print("Environment:", args.site)