@webda/aws
Version:
Webda AWS Services implementation
13 lines (12 loc) • 308 B
TypeScript
export declare class AWSShell {
static shellCommand(Console: any, args: any): Promise<void | 1 | -1 | 0>;
}
/**
* Create the command line parser
*
* @param y
* @returns
*/
declare function yargs(y: any): any;
declare const ShellCommand: typeof AWSShell.shellCommand;
export { ShellCommand, yargs };