Commit 4b30fdc58386fe6f621f1c08403a165256b7b3be
1 parent
2514b5ba
Backing down to nim 0.18.0
Showing
3 changed files
with
4 additions
and
2 deletions
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