<title>TODO</title>
<b>NOTE:</b> 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.
<h1>Current TODO List</h1>
To get to version 0.1.0, the following tasks have to be completed:
<h2>DONE</h2>
* 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.
<h2>PENDING</h2>