ConsoleAppFramework icon indicating copy to clipboard operation
ConsoleAppFramework copied to clipboard

Micro-framework for console applications to building CLI tools/Daemon/Batch for .NET, C#.

Results 22 ConsoleAppFramework issues
Sort by recently updated
recently updated
newest added

Hi! First off, congrats, this a pretty cool library and I'm currently using it (with joy!) in production. I was wondering if it would be possible to add support for...

Hey there! I'm trying to migrate [this CLI tool](https://github.com/Sergio0694/Brainf_ckSharp/tree/main/src/Brainf_ckSharp.Cli) from `CommandLineParser` to this one (so I can also get proper AOT support), and I stumbled upon a small issue: I...