diff options
| author | Zack Hobson | 2014-02-04 08:15:11 -0800 |
|---|---|---|
| committer | Zack Hobson | 2014-02-04 08:16:25 -0800 |
| commit | ef2aaa0bed393d3206b2bf0207c9c7f1b5e4b4a3 (patch) | |
| tree | bb6a8079c023c4f0f38ee0af0a08046e40ad63e9 /lib | |
| parent | f2a4e5543eaa4024d69c271f820d34f29dc0578d (diff) | |
| download | hcl-ef2aaa0bed393d3206b2bf0207c9c7f1b5e4b4a3.tar.bz2 | |
add status command to docs
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/hcl/app.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/hcl/app.rb b/lib/hcl/app.rb index 5c98452..0585dac 100644 --- a/lib/hcl/app.rb +++ b/lib/hcl/app.rb @@ -124,6 +124,12 @@ Commands: # display the daily timesheet hcl [show [<date>]] + # show your current credentials + hcl config + + # display Harvest service status + hcl status + Examples: hcl alias mytask 1234 4567 hcl @mytask +:15 Doing a thing that I started 15 minutes ago. |
