akamensky / argparse

Argparse for golang. Just because `flag` sucks
MIT License
604 stars 62 forks source link

Flag counter usage fix #100

Closed alecbakholdin closed 2 years ago

alecbakholdin commented 2 years ago

Resolves #96 Removed from FlagCounter usage string and added example for FlagCounter

alecbakholdin commented 2 years ago

Same thing as in PR #99, Travis CI failing because it can't find goveralls even though it was installed earlier

akamensky commented 2 years ago

Same comment as in #99, waiting for coveralls to recover their service so can merge the fix for build.

akamensky commented 2 years ago

@Alec-Bakholdin Could you please rebase the changes onto master to fix the coverage reporting?