Added
* New `port_to_argparse` method that will generate text for a nearly equivalent
argparse version of the config object.
* Can now set `isflag='counter'` to get a variable that will increment on
multiple specifications of the flag.
* Added `__allow_abbrev__` control option.
Changed
* Quality of life updates to ModalConfig, autocomplete flag,
* Modified ubelt repr to be more executable
* Added `util` submodule.
Fixed
* The `.cli` classmethod no longer causes `__post_init__` to be called twice.