1. 26 Jul, 2023 1 commit
  2. 25 Jul, 2023 1 commit
  3. 26 Feb, 2022 2 commits
    • cli: support `help <command>` · f8e7d8fd
      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.
      Edward Thomson committed
    • cli: introduce a help command · c6dd82d9
      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.
      Edward Thomson committed