dotnet / command-line-api

Command line parsing, invocation, and rendering of terminal output.
https://github.com/dotnet/command-line-api/wiki
MIT License
3.34k stars 375 forks source link

[Design] Is any syntax (like punctuation) is allowed for options? #2400

Open KathleenDollard opened 2 months ago

KalleOlaviNiemitalo commented 2 months ago

Hyphens are needed for sure. --listen-port=9040

Underscores I'd almost ban.