Commit 4b30fdc58386fe6f621f1c08403a165256b7b3be

Authored by Göran Krampe
1 parent 2514b5ba

Backing down to nim 0.18.0

blimp.nim
... ... @@ -397,11 +397,13 @@ let synopsis = """
397 397 -h,--help Show this
398 398 --version Show version of blimp
399 399 -v,--verbose Verbosity, only works without -s
  400 + ----------
400 401 <command> (string) (d)eflate, (i)nflate, init, deinit,
401 402 remove, push, upload, download
402 403 --all Operate on all deflated files in clone
403 404 -f,--filter Operate on all files matching blimp filter
404 405 -a,--area (default remote) The area to use for remote up/downloads
  406 + ----------
405 407 -s,--stdio If given, use stdin/stdout for content.
406 408 <filenames> (string...) One or more filepaths to inflate/deflate"""
407 409 let help = """
... ...
blimp.nim.cfg
1 1 --deadCodeElim:on
2 2 -d:release
3   ---nilseqs:on
  3 +#--nilseqs:on
... ...
blimp.nimble
... ... @@ -8,4 +8,4 @@ license = &quot;MIT&quot;
8 8 bin = blimp
9 9  
10 10 [Deps]
11   -Requires: "nimrod >= 1.2.0"
  11 +Requires: "nimrod <= 0.18.0"
... ...