Reorganize project folder structure to work according to nimble package expectations.
This commit is contained in:
parent
fcab7a4cc6
commit
97eb286e32
@ -1,6 +1,6 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "4.0.1"
|
version = "4.0.2"
|
||||||
author = "Jonathan Bernard"
|
author = "Jonathan Bernard"
|
||||||
description = "Personal issue tracker."
|
description = "Personal issue tracker."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -6,7 +6,7 @@ import cliutils, docopt, json, logging, options, os, ospaths, sequtils,
|
|||||||
tables, terminal, times, unicode, uuids
|
tables, terminal, times, unicode, uuids
|
||||||
|
|
||||||
import strutils except capitalize, toUpper, toLower
|
import strutils except capitalize, toUpper, toLower
|
||||||
import pit/private/libpit
|
import pitpkg/private/libpit
|
||||||
export libpit
|
export libpit
|
||||||
|
|
||||||
type
|
type
|
||||||
@ -261,7 +261,7 @@ Options:
|
|||||||
logging.addHandler(newConsoleLogger())
|
logging.addHandler(newConsoleLogger())
|
||||||
|
|
||||||
# Parse arguments
|
# Parse arguments
|
||||||
let args = docopt(doc, version = "pit 4.0.1")
|
let args = docopt(doc, version = "pit 4.0.2")
|
||||||
|
|
||||||
if args["--echo-args"]: stderr.writeLine($args)
|
if args["--echo-args"]: stderr.writeLine($args)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user