diff options
author | pacien | 2018-11-24 01:03:43 +0100 |
---|---|---|
committer | pacien | 2018-11-24 01:03:43 +0100 |
commit | 643d2d72fab23df30d29c10614bfa89648cd3655 (patch) | |
tree | 2894c609271737576e382055b399bc59580fbc8b /readme.md | |
parent | 7c48f80fd8d81ec7c0b9e504174b05892248380a (diff) | |
download | gziplike-643d2d72fab23df30d29c10614bfa89648cd3655.tar.gz |
Implement program entry point
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -17,10 +17,13 @@ Building this project requires Nim and Nimble version 0.19.0 or later. | |||
17 | Usage | 17 | Usage |
18 | ----- | 18 | ----- |
19 | 19 | ||
20 | ``` | ||
21 | Usage: gziplike <compress|decompress> <input file> <output file> | ||
22 | ``` | ||
23 | |||
20 | Compression and decompression are done using the `compress` and `decompress` commands repsectively. | 24 | Compression and decompression are done using the `compress` and `decompress` commands repsectively. |
21 | 25 | ||
22 | The input stream is read from the standard input. | 26 | Paths to the input and output files are given as second and third arguments respectively. |
23 | The result is outputted to the standard output. | ||
24 | 27 | ||
25 | 28 | ||
26 | License | 29 | License |