- CLI custom delimiter support
- More robust CLI argument parsing
- either one or two `-` preceding kwargs (eg `-ascii` or `--ascii`)
- no positional args (so no need to quote multi-word `-desc` for example)
- `bool` kwargs with implicit value=`True` still supported
- optional `=` sign after kwargs
- tests
- doc updates, badges
- pyversions, doi, licence, github