Class ShellCommandBuilder
Methods
buildCommand
Parameters
Returns string
Protected buildForBash
buildForBash( args: ( string | ShellQuotedString ) [] , cwd?: string , env?: [ string , null | string ] [] ) : string
Parameters
Optional cwd: string
Optional env: [ string , null | string ] []
Returns string
Protected buildForCmd
buildForCmd( args: ( string | ShellQuotedString ) [] , cwd?: string , env?: [ string , null | string ] [] ) : string
Parameters
Optional cwd: string
Optional env: [ string , null | string ] []
Returns string
Protected buildForDefault
buildForDefault( args: ( string | ShellQuotedString ) [] , cwd?: string , env?: [ string , null | string ] [] ) : string
Parameters
Optional cwd: string
Optional env: [ string , null | string ] []
Returns string
Protected buildForPowershell
buildForPowershell( args: ( string | ShellQuotedString ) [] , cwd?: string , env?: [ string , null | string ] [] ) : string
Parameters
Optional cwd: string
Optional env: [ string , null | string ] []
Returns string
Legend
Namespace
Variable
Function
Function with type parameter
Type alias
Type alias with type parameter
Class
Class with type parameter
Constructor
Method
Interface
Interface with type parameter
Create command lines ready to be sent to a shell's stdin for evaluation.