Class ShellCommandBuilder Methods Protected build For Bashbuild For Bash( args: ( string | ShellQuotedString ) [] , cwd?: string , env?: [ string , null | string ] [] ) : string Parameters Optional cwd: string Optional env: [ string , null | string ] [] Returns string Protected build For Cmdbuild For Cmd( args: ( string | ShellQuotedString ) [] , cwd?: string , env?: [ string , null | string ] [] ) : string Parameters Optional cwd: string Optional env: [ string , null | string ] [] Returns string Protected build For Defaultbuild For Default( args: ( string | ShellQuotedString ) [] , cwd?: string , env?: [ string , null | string ] [] ) : string Parameters Optional cwd: string Optional env: [ string , null | string ] [] Returns string Protected build For Powershellbuild For Powershell( 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 Settings Theme OS Light Dark
Create command lines ready to be sent to a shell's stdin for evaluation.