Skip to content

Commit cf0c80c

Browse files
committed
restore --help for qbpm config
why did I disable it?
1 parent cdae066 commit cf0c80c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# next
2+
- add `--help` flag to `qbpm config`
3+
14
# ~2.1~ 2.2
25
- `config.toml` supports `application_name` for generated XDG desktop files
36
- defaults to `{profile_name} (qutebrowser profile)`, you may want just `{profile_name}`

src/qbpm/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def desktop(
290290
exit_with(exists)
291291

292292

293-
@main.group(context_settings={"help_option_names": []})
293+
@main.group()
294294
def config() -> None:
295295
"""Commands to create a qbpm config file.
296296

0 commit comments

Comments
 (0)