Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Online help is available using the `--help` option.

The `tsunzip` program is an alias for `tszip -d`.

To compress or decompress a single file to a different filename, simply pipe to a new file via stdout:

```sh
tszip -c myfile.trees > compressed.tsz
tsunzip -c compressed.tsz > duplicate_myfile.trees
```

## tszip

```{argparse}
Expand Down
Loading