You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CommandLine API has a different purpose to begin with. While it provides the ability to parse command line arguments, Sharprompt provides an interactive UI.
Microsoft created their own package to build CLI tools:
https://github.com/dotnet/command-line-api
https://learn.microsoft.com/en-us/dotnet/standard/commandline/get-started-tutorial
Would it make sense to build Sharprompt on top of their package?
The text was updated successfully, but these errors were encountered: