compress:
    ouch compress /path/to/folder folder.tar.zst

decompress:
    ouch decompress folder.tar.zst --dir=/tmp/ --quiet
