Open synthphonic opened 2 years ago
.NET now has a feature called System.CommandLine that can make commands. Need to research on this approach. So far the CLI for another project i created uses System.CommandLine and its working perfectly.
2 Things to look at
Creating a command with nested sub commands can be too verbose. If we could modify the way we generate commands via fluent api would be a great experience for future new commands