mirror of
https://github.com/simonw/dclient.git
synced 2026-09-11 11:04:11 +02:00
-v/--verbose option, closes #25
This commit is contained in:
parent
adfa6cce14
commit
20851f6ed6
3 changed files with 28 additions and 6 deletions
|
|
@ -133,6 +133,7 @@ Options:
|
|||
--interval FLOAT Send batch at least every X seconds
|
||||
-t, --token TEXT API token
|
||||
--silent Don't output progress
|
||||
-v, --verbose Verbose output: show HTTP request and response
|
||||
--help Show this message and exit.
|
||||
|
||||
```
|
||||
|
|
|
|||
|
|
@ -50,8 +50,9 @@ Usage: dclient query [OPTIONS] URL_OR_ALIAS SQL
|
|||
'select * from news limit 10'
|
||||
|
||||
Options:
|
||||
--token TEXT API token
|
||||
--help Show this message and exit.
|
||||
--token TEXT API token
|
||||
-v, --verbose Verbose output: show HTTP request
|
||||
--help Show this message and exit.
|
||||
|
||||
```
|
||||
<!-- [[[end]]] -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue