Expand description
One module per CLI command. Every command is a clap Args struct that
implements Run, so each has the same shape: parse, then run().
Modules§
- adopt
- bottom
- children
- cleanup
- completions
- config
- detach
- down
- list
- merge
- new
- parent
- provider
- rename
- repair
- restack
- review
- setup
- status
- submit
- sync
- top
- up
- upgrade
Traits§
- Run
- The interface every command implements.