diff options
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. | 
