stylianosnicoletti / dotnet-certificate-tool

Command line tool to install and remove certificates from the current user's store.
https://www.nuget.org/packages/dotnet-certificate-tool
Apache License 2.0
109 stars 28 forks source link

Extend the tool to read argument value from `stdin` #28

Open AlexPykavy opened 1 year ago

AlexPykavy commented 1 year ago

To make it more flexible.

NOTE: Upgrading CommandLineParser to 2.9.1 was required to be able to treat a single dash as a value rather than an option, see: https://github.com/commandlineparser/commandline/issues/735.

decarufe commented 8 months ago

See: Seeking New Maintainers for dotnet-certificat-tool