Skip to content

Commit c2cada9

Browse files
committed
alpha comment
1 parent 22bfdef commit c2cada9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tmc-langs-cli/src/app.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ use tmc_langs_framework::domain::*;
1010

1111
/// Constructs the CLI root.
1212
pub fn create_app() -> App<'static, 'static> {
13+
// subcommand definitions are alphabetically ordered
1314
App::new(env!("CARGO_PKG_NAME"))
1415
.version(env!("CARGO_PKG_VERSION"))
1516
.author(env!("CARGO_PKG_AUTHORS"))

0 commit comments

Comments
 (0)