Can we include a `cli` command, `grade`, that wraps `rake grade`? Reasoning: - Save some typing. - When we get to Rails, we can use `rails` for all commands + `grade`; and not have one command (`rake grade`) still using `rake`.