undergroundwires/privacy.sexy

View on GitHub
src/infrastructure/CodeRunner/Execution/CommandDefinition/Commands/PowerShellInvoke/PowerShellInvokeShellCommandCreator.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface PowerShellInvokeShellCommandCreator {
  createCommandToInvokePowerShell(powerShellCommand: string): string;
}