Artifact 991f6d6cfdb855df2eaca90433ca403ec04fbd0c:
- File wiki/todo.wiki — part of check-in [93aa565cbd] at 2014-09-04 19:00:30 on branch dev — Added support for --help option to the exit commands. (user: mvnathan size: 915) [more...]
TODO
NOTE: Eventually, as Morg becomes usable (nearing the version 1.0 release), we should be able to track all relevant TODO's using Morg itself, thus, making this page unnecessary.
Current TODO List
To get to version 0.1.0, the following tasks have to be completed:
DONE
- Implement main() with support for command-line arguments.
- Implement logging support.
- Add stubs for the various commands.
- Execute above stubs via command-line args.
- Add support for interactive mode and hook it up to above stubs.
- Help should not accept help as an argument.
- Help should cache the command list rather than build it each time.
- Help should not show EOF.
- The example help command should be near the middle of the list.
- Interpreter should accept shortest unique command prefix.
- Exit commands should accept --help.