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

Run command helper

Parameters

cmd: string[]

Return Type

Promise<string>

Usage

import { DocGenerator } from ".";