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 06ff94e commit 1e56793Copy full SHA for 1e56793
tmc-langs-cli/src/app.rs
@@ -488,6 +488,11 @@ fn create_core_app() -> App<'static, 'static> {
488
.long("exercise-path")
489
.required(true)
490
.takes_value(true))
491
+ .arg(Arg::with_name("exercise-id")
492
+ .help("The ID of the exercise.")
493
+ .long("exercise-id")
494
+ .required(true)
495
+ .takes_value(true))
496
.arg(Arg::with_name("save-old-state")
497
.help("If set, the exercise is submitted to the server before resetting it.")
498
.long("save-old-state")
0 commit comments