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
sourcemuteErrors
muteErrors
sourcesetCaching
setCaching
source(enabled?: boolean): BashCommand
(enabled?: boolean): BashCommand
Should we cache results?