PowershellCliTool constructor

PowershellCliTool({
  1. String executable = "powershell",
  2. int? windowsCodePage = WindowsCodePage.utf8,
})

Implementation

PowershellCliTool({
  super.executable = "powershell",
  super.windowsCodePage,
});