Skip to content

Version 1.2.0 (Further improved cli)

Compare
Choose a tag to compare
@TheLostLambda TheLostLambda released this 13 Nov 08:10
· 41 commits to master since this release

This update further changes the way arguments are handled internally, and this leads to a more robust cli. The -h and -v arguments are now unmixable with other actions. This finalizes, for now, the way arguments will be treated:

-h and -v cannot be mixed with other arguments and exit the program after they execute once.

The other arguments can still be mixed and matched to achieve the desired affect.