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

Renamed `Location.Start` to `Location.Index` #2406

Closed KathleenDollard closed 2 months ago

KathleenDollard commented 2 months ago

Start may imply position in string, and this is position in the args array or response file.