Skip to content

0.1.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 01:23

Commits

  • fc533a1: Environment.GetCommandLineArgs() includes the executable itself as the first argument, which breaks System.CommandLine on Linux. Workaround is to use Environment.GetCommandLineArgs().Skip(1).ToArray() per dotnet/runtime#36566. (Kyle Kolander)