Skip to content

v0.9.99.16

Compare
Choose a tag to compare
@o-sdn-o o-sdn-o released this 25 Sep 16:13
· 481 commits to master since this release
d8ea903

GitHub all current

Changes

  • Try to fix command line arguments escaping.
    Test case 1. run in command prompt:
    vtm -r term pwsh -Command "& { gci | % { \"`\"Item: $_`\"\" }}; exit 1"
    Test case 2. run in command prompt:
      vtm -r term cmd /k echo "Hello, ""world!"""
  • The special case when the cmd.exe is used: after tokenization, arguments are simply concatenated with spaces between (without additional escaping).
    image