Class PowershellCommand
source · [−]Expand description
Similar to the above but I troll with powershell.
Constructors
sourceconstructor
constructor
sourcenew (command: string, overlay_args?: { shell: boolean }): PowershellCommand
new (command: string, overlay_args?: { shell: boolean }): PowershellCommand
Properties
Methods
sourceenableLogging
enableLogging
sourcemuteErrors
muteErrors
source(): PowershellCommand
(): PowershellCommand
Technically should be called disableLogging.
sourcesetCaching
setCaching
source(enabled?: boolean): PowershellCommand
(enabled?: boolean): PowershellCommand
Should we cache results?