We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
qbpm config
1 parent cdae066 commit cf0c80cCopy full SHA for cf0c80c
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# next
2
+ - add `--help` flag to `qbpm config`
3
+
4
# ~2.1~ 2.2
5
- `config.toml` supports `application_name` for generated XDG desktop files
6
- defaults to `{profile_name} (qutebrowser profile)`, you may want just `{profile_name}`
src/qbpm/main.py
@@ -290,7 +290,7 @@ def desktop(
290
exit_with(exists)
291
292
293
-@main.group(context_settings={"help_option_names": []})
+@main.group()
294
def config() -> None:
295
"""Commands to create a qbpm config file.
296
0 commit comments