-v/--verbose option, closes #25

This commit is contained in:
Simon Willison 2024-02-27 20:52:15 -08:00
commit 20851f6ed6
3 changed files with 28 additions and 6 deletions

View file

@ -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.
```

View file

@ -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]]] -->