fix: noBackup CLI option (#222)

This commit is contained in:
Neil Enns
2025-10-14 11:00:33 -07:00
committed by GitHub
parent 6393fd89d8
commit 1e25598c4e
+1 -1
View File
@@ -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