blob: 134f0d765e2cba622bcc7113894df22ba9da09bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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!
|