From 1e25598c4e6cd4530260143460d1cc2212e84a50 Mon Sep 17 00:00:00 2001 From: Neil Enns Date: Tue, 14 Oct 2025 11:00:33 -0700 Subject: [PATCH] fix: noBackup CLI option (#222) --- plugins/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/cli.py b/plugins/cli.py index 26959e7..2ad16eb 100644 --- a/plugins/cli.py +++ b/plugins/cli.py @@ -31,7 +31,7 @@ if __name__ == '__main__': options[ALL_ACTIVE_LAYERS_OPT] = args.allActiveLayers options[ARCHIVE_NAME] = args.archiveName options[EXTRA_LAYERS] = args.additionalLayers - options[NO_BACKUP_OPT] = args.no_backup + options[NO_BACKUP_OPT] = args.noBackup openBrowser = args.openBrowser nonInteractive = args.nonInteractive