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] Can arguments can appear after options? #2396

Open KathleenDollard opened 2 months ago

KalleOlaviNiemitalo commented 2 months ago

Absolutely yes. POSIX utility syntax guideline 9 "All options should precede operands on the command line." And how else could the -- token even work.