@sap/cli-core
Version:
Command-Line Interface (CLI) Core Module
10 lines (9 loc) • 412 B
TypeScript
export namespace getResults {
let stdio: (string | number)[];
}
export function exec(cmd: any, args: any, options: any): Promise<any>;
export function kill(): Promise<any[]>;
declare function execCF(args: any, options: any): any;
declare function execNpm(args: any, options: any): any;
declare function execGit(args: any, options: any): Promise<any>;
export { execCF as cf, execNpm as npm, execGit as git };