summaryrefslogtreecommitdiff
path: root/lib/extensions/zip.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-10-17 19:33:55 +0200
committerGitHub <noreply@github.com>2023-10-17 19:33:55 +0200
commit58b2e971d37adf6d9308ca89ea033385dd1ded13 (patch)
tree567e97c69d27a9281304e66a1e7b6b99b25a4968 /lib/extensions/zip.py
parent37731e75679d144b84bb11f850bc32557f556316 (diff)
zip: expose file name option better (#2555)
Diffstat (limited to 'lib/extensions/zip.py')
-rw-r--r--lib/extensions/zip.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/extensions/zip.py b/lib/extensions/zip.py
index b3183a9a..a12efd93 100644
--- a/lib/extensions/zip.py
+++ b/lib/extensions/zip.py
@@ -30,7 +30,6 @@ class Zip(InkstitchExtension):
self.arg_parser.add_argument('--notebook', type=Boolean, default=True)
self.arg_parser.add_argument('--file-formats', type=Boolean, default=True)
self.arg_parser.add_argument('--panelization', type=Boolean, default=True)
- self.arg_parser.add_argument('--output-options', type=Boolean, default=True)
# it's kind of obnoxious that I have to do this...
self.formats = []