Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShellCommandSettings

Settings of a shell command.

Hierarchy

Index

Properties

command

command: string

The command to execute.

Optional cwd

cwd: string

The custom working directory to use.

Optional if

if: string | string[]

One or more (JavaScript) conditions that check if that item is available or not.

Optional ignoreIfFail

ignoreIfFail: boolean

Ignore if execution fails or not.

Optional name

name: string

The name.

Optional noPlaceHolders

noPlaceHolders: boolean

Do not use placeholders in 'command' property.

Generated using TypeDoc