CLI function docstring requires format should be optional

Changed line 327 to have format as optional parameter as lines 385-389 imply should be the case.
Old: records <query> <format> [<params>...] [--url=<url>]
New: records <query> [<format>] [<params>...] [--url=<url>]
This commit is contained in:
TomFaulkner
2016-12-19 15:15:28 -06:00
committed by GitHub
parent 292bd56fa3
commit 39036fcb8a
+1 -1
View File
@@ -324,7 +324,7 @@ def cli():
A Kenneth Reitz project.
Usage:
records <query> <format> [<params>...] [--url=<url>]
records <query> [<format>] [<params>...] [--url=<url>]
records (-h | --help)
Options: