Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Be consistent in adding methods last
This will unblock us from removing the `version` hack because we'll always get the right precedence. Later we can explore ways of moving the app methods to being done first. The big problem is with `#[clap(subcommand)]` because we need to call those app methods on the subcommands `App` *and* override them with app methods on the variant, requiring the app methods to be last to get precedence.
- Loading branch information