liveperson-functions-cli
Version:
LivePerson Functions CLI
18 lines (17 loc) • 508 B
TypeScript
import { Command } from '@oclif/core';
export declare class Create extends Command {
private readonly msg;
private readonly view;
static flags: {
help: import("@oclif/core/lib/interfaces").BooleanFlag<void>;
};
static description: string;
static strict: boolean;
static examples: string[];
/**
* Runs the create command and parses the passed functions
* @returns {Promise<void>} - create command
* @memberof Function
*/
run(): Promise<void>;
}