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

orb cli - tab complete doesn't work deeper in subcommand tree #235

Closed tjtelan closed 4 years ago

tjtelan commented 4 years ago

Specifically, it currently doesn't work within orb dev and orb ops because we have a positional argument (action) that structopt isn't handling. That was a bad shortcut to avoid the structopt boilerplate.

tjtelan commented 4 years ago

Coincidentally, tab complete also just doesn't work since I moved it from the top-level to orb dev subcommand.