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