diff options
| author | Zack Hobson | 2013-11-21 16:12:54 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2013-11-21 16:12:54 -0800 | 
| commit | 06b0554be4b2ac8fd67c5fad15ebc27995949d1a (patch) | |
| tree | 732cd678bcf6ba88a11139d6c9f9f49858dcefeb /README.markdown | |
| parent | 7373f32b00c0659926c23c8a0a33abce7401550a (diff) | |
| download | hcl-06b0554be4b2ac8fd67c5fad15ebc27995949d1a.tar.bz2 | |
It looks like yard eats the usage examples unless I lead with a $.
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 20 | 
1 files changed, 10 insertions, 10 deletions
| diff --git a/README.markdown b/README.markdown index 74fe6a8..590bd7b 100644 --- a/README.markdown +++ b/README.markdown @@ -17,16 +17,16 @@ or you can install from source:  ## Usage -    hcl [start] @<task_alias> [+<time>] [<message>] -    hcl note <message> -    hcl stop [<message>] -    hcl resume [@<task_alias>] -    hcl log @<task_alias> [+<time>] [<message>] -    hcl show [<date>] -    hcl tasks [<project_code>] -    hcl alias <task_alias> <project_id> <task_id> -    hcl aliases -    hcl (cancel | nvm | oops) +    $ hcl [start] @<task_alias> [+<time>] [<message>] +    $ hcl note <message> +    $ hcl stop [<message>] +    $ hcl resume [@<task_alias>] +    $ hcl log @<task_alias> [+<time>] [<message>] +    $ hcl show [<date>] +    $ hcl tasks [<project_code>] +    $ hcl alias <task_alias> <project_id> <task_id> +    $ hcl aliases +    $ hcl (cancel | nvm | oops)  ### Available Projects and Tasks | 
