Release v0.27.0
As the releases before, this release has 100% test coverage.
Tested with Go 1.14, 1.15, 1.16, 1.17, 1.18, 1.19 and 1.20.
Breaking
Refactor and rename HelpSynopsisArgs
- Rename and allow description:
- opt.HelpSynopsisArgs("name")
+ opt.HelpSynopsisArg("name", "description")
-
Allow it to be called multiple times.
-
Add ARGUMENTS section in help.
Minor
- dag: Add extra context in log output.
Add graph name in log entries.
Helpful when using more than one graph (graph of graphs).
- Fix lonesome dash in help and in completion results.