Commit f8e7d8fdde563df6c9351296b6330bb8cc859066

Edward Thomson 2021-11-26T17:33:38

cli: support `help <command>` Support `help <command>` by re-invoking the command itself with the `--help` argument. This allows us to keep the help logic with the commands itself.