There was an error while loading. Please reload this page.
1 parent ed9bb8d commit b6d79dcCopy full SHA for b6d79dc
1 file changed
cli4/cli4.py
@@ -210,7 +210,8 @@ def do_it(args):
210
method = 'GET'
211
212
usage = ('usage: cli4 '
213
- + '[-V|--version] [-h|--help] [-v|--verbose] [-q|--quiet] [-j|--json] [-y|--yaml] [-n|ndjson]'
+ + '[-V|--version] [-h|--help] [-v|--verbose] [-q|--quiet] '
214
+ + '[-j|--json] [-y|--yaml] [-n|ndjson]'
215
+ '[-r|--raw] '
216
+ '[-d|--dump] '
217
+ '[--get|--patch|--post|--put|--delete] '
0 commit comments