jupyter / nbgrader

A system for assigning and grading notebooks
https://nbgrader.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.28k stars 316 forks source link

Allow nbgrader apps to use -f and --force #496

Closed jhamrick closed 6 years ago

jhamrick commented 8 years ago

Currently only --force is supported, which means you have to do:

nbgrader autograde ps1 --force

rather than

nbgrader autograde ps1 -f

Both should be supported flags.

dhanus commented 8 years ago

I've got this one.