Closed evilhamsterman closed 1 month ago
As I understand it, it's supposed to be on you as the user/learner to determine whether bootdev run
was successful or not. Even if it exits with code 0, that doesn't necessarily mean that it succeeded. You're supposed to check that the output was what was expected before submitting.
the -s flag was added to let you do this!
submit:
bootdev run <lesson_id> -s
It's annoying if your
bootdev run
succeeded to have to either retype, use your history and modify, etc to subsequently runbootdev submit
. I would be a nice QoL if when a run succeeds you are prompted if you want to submit and/or add a flag to submit on a successful run.