Skip to content

v0.2.0

Compare
Choose a tag to compare
@xt0rted xt0rted released this 23 Apr 21:49
· 472 commits to main since this release

Note
This version broke conditional script execution (cmd1 && cmd2) in cmd.exe

Added

  • Force color output with the DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION environment variable.
    • Note: this tool with output color on all platforms including when output is redirected, but the dotnet cli only supports this on Unix platforms currently. This means script results might not be colored in places like GitHub Actions build logs when using the Windows VMs.
  • Added -v alias to enable verbose output.

Fixed

  • Escape arguments for non-cmd shells
  • Quote additional arguments passed after --
  • Escape scripts with ^ passed to cmd.exe

Updated