RunOnOutput
Home > @backstage/cli-common > RunOnOutput
Callback function that can be used to receive stdout or stderr data from a child process.
Signature:
export type RunOnOutput = (data: Buffer) => void;
Home > @backstage/cli-common > RunOnOutput
Callback function that can be used to receive stdout or stderr data from a child process.
Signature:
export type RunOnOutput = (data: Buffer) => void;