A proof of concept on how one could build an argument parsing scheme simply by declaring a discriminated union.
11 people like thisPosted: 11 years ago by Eirik Tsarpalis
Configure Argu to read from hosted Microsoft.Extensions.Configuration and pass a ParseResult<'T> through dependency injection.
This allows you to combine Argu's full-featured command-line handling and strong typing with M.E.C's multiple sources (appSettings.
Posted: 4 years ago by Loïc Denuzière
Configure Argu to read from hosted Microsoft.Extensions.Configuration and pass a ParseResult<'T> through dependency injection.
This allows you to combine Argu's full-featured command-line handling and strong typing with M.E.C's multiple sources (appSettings.
Posted: 4 years ago by Loïc Denuzière
This example shows how to use .env files together with the awesome command line parsing capabilities of Argu.
2 people like thisPosted: 3 years ago by toburger