# Improve command parser
First, expand this TODO file to be more precise.
## Refactor
* The syntax of a command's options should be described by data, not by a
parser function.
* A single parser function can then parse options for all commands.
## Usability
* Better error messages!