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 a69605f commit 97777cfCopy full SHA for 97777cf
tmc-langs-cli/src/app.rs
@@ -15,6 +15,9 @@ pub fn create_app() -> App<'static, 'static> {
15
.author(env!("CARGO_PKG_AUTHORS"))
16
.about(env!("CARGO_PKG_DESCRIPTION"))
17
.setting(AppSettings::SubcommandRequiredElseHelp)
18
+ .arg(Arg::with_name("pretty")
19
+ .help("Pretty-prints all output")
20
+ .long("pretty"))
21
22
.subcommand(SubCommand::with_name("checkstyle")
23
.about("Checks the code style for the given exercise")
0 commit comments