diff options
| author | Zack Hobson | 2013-12-27 12:40:43 -0800 |
|---|---|---|
| committer | Zack Hobson | 2013-12-27 12:40:43 -0800 |
| commit | 89867bd84610d6d5622540a7e26b6c3467d632bf (patch) | |
| tree | bd124f2f7ef02488218bf13f82af93b08dbdfaa5 /README.markdown | |
| parent | 0b26d1a2a60bad49faebfad3c2dade42a3568ee4 (diff) | |
| download | hcl-89867bd84610d6d5622540a7e26b6c3467d632bf.tar.bz2 | |
capture_output: remove verbose flag
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 6c185aa..4b05856 100644 --- a/README.markdown +++ b/README.markdown @@ -148,9 +148,9 @@ It's also possible to issue HCl commands directly (as Ruby methods), or to query specific JSON end points and have the results pretty-printed: hcl console - bin/hcl> show "yesterday" + hcl> show "yesterday" # => prints yesterday's timesheet, note the quotes! - bin/hcl> Net.get('daily') + hcl> Net.get('daily') # => displays a pretty-printed version of the JSON output Note that unlike the commands themselves, the HCl internals may change without |
