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