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`.
Can we include a
clicommand,grade, that wrapsrake grade?Reasoning:
railsfor all commands +grade; and not have one command (rake grade) still usingrake.