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 47d974e commit e8dbe72Copy full SHA for e8dbe72
tmc-langs-cli/src/app.rs
@@ -424,6 +424,11 @@ pub fn create_app() -> App<'static, 'static> {
424
.long("exercise-id")
425
.required(true)
426
.takes_value(true))
427
+ .arg(Arg::with_name("submission-id")
428
+ .help("The ID of the submission.")
429
+ .long("submission-id")
430
+ .required(true)
431
+ .takes_value(true))
432
.arg(Arg::with_name("output-path")
433
.help("Path to where the submission should be downloaded.")
434
.long("output-path")
0 commit comments