method GitHubIntegration.prototype.runCommand
GitHubIntegration.prototype.runCommand(cmd: string[]): Promise<string>

Run command helper

Parameters

cmd: string[]

Return Type

Promise<string>

Usage

import { GitHubIntegration } from ".";