Move static assets into the src directory
This commit is contained in:
@@ -7,7 +7,7 @@ var
|
|||||||
verbose: bool = false
|
verbose: bool = false
|
||||||
|
|
||||||
const
|
const
|
||||||
USAGE_DOC = staticRead("../static/usage.txt")
|
USAGE_DOC = staticRead("static/usage.txt")
|
||||||
|
|
||||||
proc showUsage(msg = "") =
|
proc showUsage(msg = "") =
|
||||||
## Display a usage message and quit
|
## Display a usage message and quit
|
||||||
|
|||||||
Reference in New Issue
Block a user