mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 14:50:18 +00:00
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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user