rvesse / airline

Java annotation-based framework for parsing Git like command line structures with deep extensibility
https://rvesse.github.io/airline/
Apache License 2.0
128 stars 20 forks source link

Update MetadataLoader.java #68

Closed rkhaja closed 6 years ago

rkhaja commented 6 years ago

Fix to enable parser configuration via annotation: @Parser(flagNegationPrefix = "--no-") or @Cli(parserConfiguration = @Parser(flagNegationPrefix = "--no-"))

rkhaja commented 6 years ago

Hello Rob, Its been a couple of months since this was fixed. Would you be able to release a new version with this patch? Thank you.

rvesse commented 6 years ago

Yes, I'll do that today

rkhaja commented 6 years ago

Thank you!