Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ShellCommandBuilder

Create command lines ready to be sent to a shell's stdin for evaluation.

Hierarchy

  • ShellCommandBuilder

Index

Constructors

constructor

Methods

buildCommand

Protected buildForBash

  • buildForBash(args: (string | ShellQuotedString)[], cwd?: string, env?: [string, null | string][]): string

Protected buildForCmd

  • buildForCmd(args: (string | ShellQuotedString)[], cwd?: string, env?: [string, null | string][]): string

Protected buildForDefault

  • buildForDefault(args: (string | ShellQuotedString)[], cwd?: string, env?: [string, null | string][]): string

Protected buildForPowershell

  • buildForPowershell(args: (string | ShellQuotedString)[], cwd?: string, env?: [string, null | string][]): string