FluentArgs icon indicating copy to clipboard operation
FluentArgs copied to clipboard

FluentArgs is a library to parse command line arguments. It focuses on a very simple API and strong typing. It is able to generate a help view and proper error messages.

Results 4 FluentArgs issues
Sort by recently updated
recently updated
newest added

I've been using FluentArgs for a bit, and I **LOVE** the simplicity of it. One certain limitation keeps coming up though: FluentArgs doesn't really care about ENV. I'd love for...

Hello, I really appreciate your library, it's great. I miss in your documentation one thing - how to reuse more complex arguments in order not to reuse code. Perhaps this...

Is there a way to always show the help (like if they had specified the `-h` parameter)? Thanks!

If a "given flag" check is done inside a definition it is not possible to document this piece of code and therefore there is no help available. Example: ```csharp FluentArgsBuilder.New()...