File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ fn main() {
164164 . required ( true )
165165 . takes_value ( true )
166166 . number_of_values ( 2 )
167+ . value_names ( & [ "exerciseId" , "exercisePath" ] )
167168 . multiple ( true ) ) )
168169
169170 . subcommand ( SubCommand :: with_name ( "get-course-details" )
@@ -232,6 +233,7 @@ fn main() {
232233 . required ( true )
233234 . takes_value ( true )
234235 . number_of_values ( 2 )
236+ . value_names ( & [ "feedbackAnswerId" , "answer" ] )
235237 . multiple ( true ) ) )
236238
237239 . subcommand ( SubCommand :: with_name ( "submit" )
@@ -262,6 +264,7 @@ fn main() {
262264 . required ( true )
263265 . takes_value ( true )
264266 . number_of_values ( 2 )
267+ . value_names ( & [ "exerciseId" , "checksum" ] )
265268 . multiple ( true ) ) )
266269
267270 . subcommand ( SubCommand :: with_name ( "mark-review-as-read" )
You can’t perform that action at this time.
0 commit comments