dotnet-version-cli icon indicating copy to clipboard operation
dotnet-version-cli copied to clipboard

Consider implementing the various version bumps as `commands` and/or change to spectre.console

Open nover opened this issue 5 years ago • 2 comments

Look here: https://www.areilly.com/2017/04/21/command-line-argument-parsing-in-net-core-with-microsoft-extensions-commandlineutils/

The CommandLineApplication has sub-command support, and I guess that our different version bumps are actually sub-commands.

nover avatar May 20 '20 12:05 nover

updated the title.

There might be some gains in rewriting the internals of the app to use Spectre.Console. Gives us nicer output as well as a structured / opinionated way of handing the command line parsing.

https://github.com/spectresystems/spectre.console

nover avatar Jan 20 '21 12:01 nover

https://spectreconsole.net/cli/commandapp

nover avatar May 04 '21 08:05 nover