abridge 1.1.6

Compress a sorted word list or decompress a file compressed by abridge or word-list-compress.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: abridge 
version: "1.1.6"
about: Compress a sorted word list or decompress a file compressed by abridge or word-list-compress.
author: Conner D 
settings:
    - ArgRequiredElseHelp
args:
    - compress:
        short: --c
        long: --compress
        help: Compresses a word list from standard input, with one ASCII word per line in alphabetical order
    - decompress:
        short: --d
        long: --decompress
        help: Decompresses a word list from standard input, which was compressed by abridge or word-list-compress