diff options
| author | Zack Hobson | 2009-07-21 09:20:41 -0700 | 
|---|---|---|
| committer | Zack Hobson | 2009-07-21 09:20:41 -0700 | 
| commit | 659c68a6f527b362ea62c4e9d4a851c34abdbf7b (patch) | |
| tree | 0eb828bd6ec29b39989b6657b6d9f1ce7442fb28 /README.markdown | |
| parent | 76949af7be9b7a854192ea7899f9c20992cc1533 (diff) | |
| download | hcl-659c68a6f527b362ea62c4e9d4a851c34abdbf7b.tar.bz2 | |
Use Trollop for option parsing, closes #4.
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/README.markdown b/README.markdown index f387ac1..9b4577e 100644 --- a/README.markdown +++ b/README.markdown @@ -17,16 +17,18 @@ NOTE This software is nowhere near complete. To try it out:   * Ruby (tested with 1.8.7)   * RubyGems + * Trollop option-parsing library (gem install trollop)   * Chronic date-parsing library (gem install chronic)  ## Usage -NOTE only the show command is implemented +NOTE that the only currently implemented commands are show, tasks and start.      hcl show [date] -    hcl add <project> <task> <duration> [msg] +    hcl tasks +    hcl start <task_id> [msg] +    hcl add <task_id> <duration> [msg]      hcl rm [entry_id] -    hcl start <project> <task> [msg]      hcl stop [msg]  ### Examples | 
