allenai / amti

A Mechanical Turk Interface (amti) 🤖
Apache License 2.0
55 stars 18 forks source link

added --approve_all (-a) option to review_batch #2

Closed keisks closed 6 years ago

keisks commented 6 years ago

It may be helpful when the batch finished earlier than expected (and want to approve all the submissions right now), although I am not sure if my code is the best solution.

One thing I didn't do is to add the explanation when running amti -h. (I could not find where I should change...)

nalourie-ai2 commented 6 years ago

Looks good to me! amti -h is really only for viewing the high-level commands, details such as the --approve_all option should be viewed when calling help on that specific command.

Thanks Keisuke!