orbitalci / orbital

Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
GNU General Public License v3.0
29 stars 2 forks source link

Migrate cli parsing to Clap v3 #251

Open tjtelan opened 4 years ago

tjtelan commented 4 years ago

Right now Clap's 3.0 is in beta. But this new version integrates Structopt, and should have a small ramp for migrating over to using this library.

I tried to swap it over really quick and ran into some issues w/ respect to how I wrote the shell completion code.

tjtelan commented 4 years ago

After migration, check if #239 custom version strings actually globally propagate version strings. Unclear why it didn't work throughout the subcommands.