Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/68096.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmdmod: fix special character handling on Windows
1 change: 1 addition & 0 deletions changelog/68118.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmdmod: fix quotation handling with Windows and Powershell
4 changes: 4 additions & 0 deletions changelog/68156.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cmdmod: invoke a shell only with cmd.shell or when using the shell parameter
cmdmod: run PowerShell scripts via -File instead of -Command
cmdmod: allow passing args as a list for cmd.script
cmdmod: return an error when running a bad command with cmd.powershell
1 change: 1 addition & 0 deletions changelog/68156.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmdmod: handle cases where the temp script is not removed with cmd.script
Loading