Argu
Argu copied to clipboard
A declarative CLI argument parser for F#
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
aspnetcore and dotnet core app config has been moved to appsettings.json for a while, does argu support binding on that too?
- Update to SDK 6.0.200 - Replace SourceLink with DotNet.ReproducibleBuilds (enables removing many settings) - Set Warning Level 5; quell warnings
### Description Would like a way to throw `ArguParseException`, either directly or indirectly via a helper. e.g. `missingArg` or `invalidCommand` of `string -> 'a` that would `raise (ArguParseException("ERROR: " +...
### Description The help message is formatted incorrectly when any of the options have an empty description. ### Repro steps Create a subcommand with empty argument descriptions. Then run the...
### Description I'm looking for a way to specify subcommand specific help header (a description - could be long - that precedes the options). Currently I only found a way...
Release?
hi, would you mind creating a release? there are some merged PRs that haven't been released to a nuget package yet. thanks!
Question - New to F#, I have some small program ideas and I am working on those, but for now I would like to use Argu for command line parsing....
### Description What is the syntax for specifying values /arguments for subcommands in the app.config file?. It may not be supported for subcommands, but I can't concretely find this in...
Is there an ideal way of including a key/value input that would allow the user to provide the keys? Basically Dictionary / (string * string) list but that's unsupported in...