We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bfdef commit c2cada9Copy full SHA for c2cada9
tmc-langs-cli/src/app.rs
@@ -10,6 +10,7 @@ use tmc_langs_framework::domain::*;
10
11
/// Constructs the CLI root.
12
pub fn create_app() -> App<'static, 'static> {
13
+ // subcommand definitions are alphabetically ordered
14
App::new(env!("CARGO_PKG_NAME"))
15
.version(env!("CARGO_PKG_VERSION"))
16
.author(env!("CARGO_PKG_AUTHORS"))
0 commit comments