Commit c6dd82d9f14e9e24a52af637c4a56218ead13eda

Edward Thomson 2020-02-23T11:54:33

cli: introduce a help command Add a framework for commands to be defined, and add our first one, "help". When `git2_cli help` is run, the `cmd_help` function will be invoked with the remaining command line arguments. This allows users to invoke `git2_cli help foo` to get information about the `foo` subcommand.