Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "utils/exec"

Executes a given command

Index

Functions

Functions

default

  • default(command: string[], settings: any): Promise<string>
  • This function concatenates the given string array and executes a result

    Parameters

    • command: string[]

      a string array to concatenate and execute

    • settings: any

    Returns Promise<string>

Generated using TypeDoc