• Show log

    Commit

  • Hash : 8526cbd5
    Author : Edward Thomson
    Date : 2021-11-26T09:37:29

    opt: use a custom function to print usage
    
    Our argument parser (https://github.com/ethomson/adopt) includes a
    function to print a usage message based on the allowed options.  Omit
    this and use a cutom function that understands that we have subcommands
    ("checkout", "revert", etc) that each have their own options.
    

  • README.md

  • cli

    A git-compatible command-line interface that uses libgit2.