NpxCliTool constructor

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

Implementation

NpxCliTool({
  super.executable = "npx",
  super.windowsCodePage,
});