Class BashCommand
source · [−]Expand description
Command, but it passes the command to bash via the -c flag.
Constructors
sourceconstructor
constructor
sourcenew (command: string, overlay_args?: { shell: boolean }): BashCommand
new (command: string, overlay_args?: { shell: boolean }): BashCommand
Properties
Methods
sourceenableLogging
enableLogging
sourcemuteErrors
muteErrors
source(): BashCommand
(): BashCommand
Technically should be called disableLogging.
sourcesetCaching
setCaching
source(enabled?: boolean): BashCommand
(enabled?: boolean): BashCommand
Should we cache results?