We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45770aa commit e8cb237Copy full SHA for e8cb237
2 files changed
src/zotero/VERSION.txt
@@ -1 +1 @@
1
-1.7.3
+1.7.4
src/zotero/__main__.py
@@ -128,7 +128,7 @@ def main():
128
cview.add_argument("name", help="field name for selection")
129
cview.add_argument("value", help="field value to be selected")
130
cview.add_argument("fields", nargs="+", help="field to be shown")
131
- initialize()
+ initialize(noargs_action="usage")
132
args.logger = logger
133
if getattr(args, "query", None):
134
if hasattr(args, "fields") and args.fields == ["-"]:
0 commit comments