JamesBoon

Results 3 issues of JamesBoon

Hi, thank you for this cool lib. I've create a small proof of concept for animated button outlines on hover: ![capture](https://user-images.githubusercontent.com/6516045/145730771-ffa4d258-dd33-423f-ab8d-3de3111b70a5.gif) 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....