snyk-php-plugin
Version:
Snyk CLI PHP plugin
15 lines (14 loc) • 404 B
TypeScript
export declare const composerCmd: {
command: string;
args: string[];
};
export declare const composerShowCmd: {
command: string;
args: string[];
};
export declare const pharCmd: {
command: string;
args: string[];
};
export declare function cmdReturnsOk(cmd: any, args?: string[]): boolean;
export declare function execWithResult(cmd: any, basePath: any, args?: string[]): string;