JamesBoon
JamesBoon
Hi, thank you for this cool lib. I've create a small proof of concept for animated button outlines on hover:  What do you think should/could this be implemented into...
When creating a [command](https://www.dropwizard.io/en/release-3.0.x/manual/core.html#commands) in dropwizard, I usually add my help texts in english. This makes sense as dropwizards help texts are english too. But argparse4j uses `Locale.getDefault()` and for...
Running _any_ command that contains only one log statement, the output _might_ get lost. To illustrate this, I'll be using the `check` command, but it can happen with all commands....