Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BREAKING] ae.utils.funopt: Be case sensitive by default
Rationale: - The old behavior was accidental. - This prevented specifying options / switches that differ only by name, e.g. -f / -F. Changes required: - If users of your ae.utils.funopt program relied on case insensitivity of option or switch names, the old behavior can be restored by explicitly specifying config.caseInsensitive.
- Loading branch information