synthphonic / nsmgr-cli

nautilus-cli or nautilus solution manager (nsmgr) is an open source cli tool to help developers to maintain their solution and projects in it.
0 stars 0 forks source link

Make Fluent API for Command creation #56

Open synthphonic opened 2 years ago

synthphonic commented 2 years ago

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

synthphonic commented 1 year 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