Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandOptions

Hierarchy

  • CommandOptions

Index

Properties

Properties

Optional cwd

cwd: undefined | string

The CWD to run the command in.

Optional delay

delay: undefined | number

Delay between command attempts, in ms.

Optional retries

retries: undefined | number

How many retry attempts should occur if the command fails. Any value less than one will result in no retries.

Generated using TypeDoc