Skip to content

Commit e8dbe72

Browse files
committed
add missing submission-id arg to download-old-submission
1 parent 47d974e commit e8dbe72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tmc-langs-cli/src/app.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,11 @@ pub fn create_app() -> App<'static, 'static> {
424424
.long("exercise-id")
425425
.required(true)
426426
.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))
427432
.arg(Arg::with_name("output-path")
428433
.help("Path to where the submission should be downloaded.")
429434
.long("output-path")

0 commit comments

Comments
 (0)