- Fixed: When both
--cwd
and--path
were specified, they would both try to update the command'sPATH
environment variable, but the changes from--cwd
would override the changes from--path
. - Changed: When using
--cwd
and--path
, Shawl now simplifies local UNC paths. For example,\\?\C:\tmp
becomesC:\tmp
. Some programs, notably Command Prompt, don't like UNC paths, so this is intended to broaden compatibility. - Changed: The CLI output now uses a prettier format, including color.