- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0
8 lines
405 B
TypeScript
8 lines
405 B
TypeScript
import { Input } from '../commands';
|
|
import { BuildAction } from './build.action';
|
|
export declare class StartAction extends BuildAction {
|
|
handle(commandInputs: Input[], commandOptions: Input[]): Promise<void>;
|
|
createOnSuccessHook(entryFile: string, sourceRoot: string, debugFlag: boolean | string | undefined, outDirName: string, binaryToRun: string): () => void;
|
|
private spawnChildProcess;
|
|
}
|