We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6014f88 commit a0ce779Copy full SHA for a0ce779
pynitrokey/cli/__init__.py
@@ -57,7 +57,7 @@ def check_root():
57
print()
58
59
60
-@click.group()
+@click.group(context_settings={"help_option_names": ["-h", "--help"]})
61
def nitropy():
62
handler = logging.FileHandler(filename=LOG_FN, delay=True, encoding="utf-8")
63
logging.basicConfig(format=LOG_FORMAT, level=logging.DEBUG, handlers=[handler])
0 commit comments