Minor issue I noticed on the main branch just now:
$ go run ./cmd/katapult --help
2021/08/12 13:55:18 A fatal error occurred: pflag: help requested
exit status 1
$ go run ./cmd/katapult -h
2021/08/12 13:55:22 A fatal error occurred: pflag: help requested
exit status 1
Minor issue I noticed on the
main
branch just now: