Prepare 1.0.0 release
This commit is contained in:
+4
-3
@@ -105,11 +105,12 @@ Options:
|
||||
-f, --output-format <format> Select a specific output format. Valid values
|
||||
are 'raw', 'markdown', 'plain', 'reading'.
|
||||
|
||||
--translation <translation> Select a specific translation. Supported values
|
||||
-t, --translation <translation>
|
||||
Select a specific translation. Supported values
|
||||
are 'amp', 'esv', 'nkjv', and 'niv'. Defaults
|
||||
to 'esv'.
|
||||
|
||||
-t, --esv-api-token <token> Provide the API token on the command line. By
|
||||
--esv-api-token <token> Provide the API token on the command line. By
|
||||
default this will be read either from the
|
||||
.bibleref.cfg.json file or the ESV_API_TOKEN
|
||||
envionment variable.
|
||||
@@ -135,7 +136,7 @@ Options:
|
||||
|
||||
try:
|
||||
# Parse arguments
|
||||
let args = docopt(USAGE, version = "0.3.0")
|
||||
let args = docopt(USAGE, version = "1.0.0")
|
||||
|
||||
if args["--debug"]:
|
||||
consoleLogger.levelThreshold = lvlDebug
|
||||
|
||||
Reference in New Issue
Block a user