Fix quoted switch, multi-line description, more caching (#642)

* Fix quoted switch, multi-line description, more caching

* Incorporate feedback
This commit is contained in:
genotrance 2019-04-30 14:59:12 -05:00 committed by Dominik Picheta
commit ca779afb20
3 changed files with 15 additions and 15 deletions

View file

@ -2,7 +2,9 @@
version = "0.1.0"
author = "Dominik Picheta"
description = "Test package"
description = """Test package
with multi-line description
"""
license = "BSD"
bin = @["nimscript"]
@ -24,6 +26,8 @@ task cr, "Testing `nimble c -r nimscript.nim` via setCommand":
task repeated, "Testing `nimble c nimscript.nim` with repeated flags":
--define: foo
--define: bar
--define: "quoted"
--define: "quoted\\\"with\\\"quotes"
setCommand "c", "nimscript.nim"
task api, "Testing nimscriptapi module functionality":