Prepare 1.0.0 release
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.3.0"
|
version = "1.0.0"
|
||||||
author = "Jonathan Bernard"
|
author = "Jonathan Bernard"
|
||||||
description = "Simple Nim CLI for retrieving Biblical passages"
|
description = "Simple Nim CLI for retrieving Biblical passages"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
+4
-3
@@ -105,11 +105,12 @@ Options:
|
|||||||
-f, --output-format <format> Select a specific output format. Valid values
|
-f, --output-format <format> Select a specific output format. Valid values
|
||||||
are 'raw', 'markdown', 'plain', 'reading'.
|
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
|
are 'amp', 'esv', 'nkjv', and 'niv'. Defaults
|
||||||
to 'esv'.
|
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
|
default this will be read either from the
|
||||||
.bibleref.cfg.json file or the ESV_API_TOKEN
|
.bibleref.cfg.json file or the ESV_API_TOKEN
|
||||||
envionment variable.
|
envionment variable.
|
||||||
@@ -135,7 +136,7 @@ Options:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
# Parse arguments
|
# Parse arguments
|
||||||
let args = docopt(USAGE, version = "0.3.0")
|
let args = docopt(USAGE, version = "1.0.0")
|
||||||
|
|
||||||
if args["--debug"]:
|
if args["--debug"]:
|
||||||
consoleLogger.levelThreshold = lvlDebug
|
consoleLogger.levelThreshold = lvlDebug
|
||||||
|
|||||||
Reference in New Issue
Block a user