Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Version 0.9.0

Choose a tag to compare

@felixSchl felixSchl released this 22 Jul 23:12
· 268 commits to development since this release

New feature: Options may now specify more than just two aliases. For example: options: -h, -?, --helpede0daa
New feature: Add an option to relax the strict positioning rules when parsing argv. This allows command lines like git that allow freely intermixing options and positionals — 773941c
Performance: Neodoc does some caching now when parsing argv, greatly reducing the time it takes to parse argvs that require a lot of backtracking — 6331ecf