diff options
author | Andinus <andinus@inventati.org> | 2020-03-16 01:23:14 +0530 |
---|---|---|
committer | Andinus <andinus@inventati.org> | 2020-03-16 01:23:14 +0530 |
commit | 38c387230020c14d58a0ce415bd7a162bd16eeca (patch) | |
tree | 234d67fc06ae9a9a6a46c35fa137dfb66145b272 | |
parent | 03c467b836efcfcacca499518a2ba284bca299f6 (diff) | |
download | cetus-38c387230020c14d58a0ce415bd7a162bd16eeca.tar.gz |
Add dump example in readme
-rw-r--r-- | README.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org index 7e3eb76..9acced6 100644 --- a/README.org +++ b/README.org @@ -42,8 +42,12 @@ cetus-bing -fetch-only -path-only # don't output anything cetus-bing -quiet +# dump received response +cetus-bing -dump + # don't set background, just fetch & don't output anything cetus-bing -quiet -fetch-only # why would anyone do this? + #+END_SRC * NASA Astronomy Picture of the Day cetus-nasa uses NASA's API to get the Astronomy Picture of the Day. @@ -84,6 +88,9 @@ cetus-nasa -fetch-only -path-only # don't output anything cetus-nasa -quiet +# dump received response +cetus-nasa -dump + # don't set background, just fetch & don't output anything cetus-nasa -quiet -fetch-only # why would anyone do this? #+END_SRC |