Documentation

- Finished incomplete sentence.
This commit is contained in:
Paul Beckingham 2011-12-18 12:37:09 -05:00
parent 726fc33fe4
commit fb842cd5f5

View file

@ -36,7 +36,8 @@ Dispatch
Command Objects
Every task command is implemented by a command object. The command object
provides metadata,
provides metadata, usage and one-line help in addition to the ::execute method
that implements the command.
Column Objects