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 fe28239 commit abc5b9cCopy full SHA for abc5b9c
tmc-langs-cli/src/main.rs
@@ -98,12 +98,12 @@ fn main() {
98
.arg(Arg::with_name("checkstyleOutputPath")
99
.long("checkstyleOutputPath")
100
.help("Runs checkstyle if defined")
101
- .takes_value(true)))
+ .takes_value(true))
102
.arg(Arg::with_name("locale")
103
.help("Language as a three letter ISO 639-3 code, e.g. 'eng' or 'fin'.")
104
.long("locale")
105
.help("Required if checkstyleOutputPath is defined")
106
- .takes_value(true))
+ .takes_value(true)))
107
108
.subcommand(SubCommand::with_name("scan-exercise")
109
.about("Produce an exercise description of an exercise directory.")
0 commit comments