Skip to content

v1.1.0 (2022-01-18)

Compare
Choose a tag to compare
@mtkennerly mtkennerly released this 18 Jan 22:31
· 57 commits to master since this release
  • Added version to executable properties.
  • Added --log-dir. (Contributed by oscarbailey-tc)
  • Added --env.
  • Added --path.
  • When a custom --cwd is set, it is now automatically added to the command's PATH to make it easier to write some commands. Specifically, assuming there is a C:\foo\bar\baz.exe, then --cwd C:\foo\bar -- baz.exe will work now, but --cwd C:\foo -- bar\baz.exe still will not work, because the PATH only helps to resolve executable names, not subfolder names.