sonatype-nexus-community / cargo-pants

Apache License 2.0
28 stars 9 forks source link

Introduce StructOpt and refactor cargo pants #51

Closed amy-keibler closed 3 years ago

amy-keibler commented 3 years ago

Replicate the existing CLI experience from clap, but without the stringly-typed interface.

This pull request makes the following changes:

There should be no significant changes in behavior besides a slightly different --help output when running cargo pants --help and running the raw program now outputs information about the pants subcommand instead of a warning message.