We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30acd93 commit d98625fCopy full SHA for d98625f
1 file changed
CHANGELOG.md
@@ -1,11 +1,15 @@
1
# Unreleased
2
3
-## Added
4
-
5
## Fixed
6
+- Show correct help for subcommands
+
7
## Changed
8
9
+- Change the help layout to be man-page style
10
+- When catching a top-level exception, print the ex-data (if any)
11
+- Use the `:exit` in the ex-data as exit code (1 otherwise)
12
13
# 0.10.45 (2024-05-27 / 025991c)
14
15
## Added
@@ -107,4 +111,4 @@ approaching the envisioned scope for this library.
107
111
108
112
- subcommand handling
109
113
- rudimentary flag handling
110
-- help text generation
114
+- help text generation
0 commit comments