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.
Showing
src/cli/opt_usage.c
0 → 100644
src/cli/opt_usage.h
0 → 100644
Please
register
or
sign in
to comment