run()
Home > @backstage/cli-common > run
Runs a command and returns a child process handle.
Signature:
function run(args: string[], options?: RunOptions): RunChildProcess;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
string[] | |
|
options |
(Optional) |
Returns: