ionic
Version:
A tool for creating and developing Ionic Framework mobile apps.
7 lines (6 loc) • 309 B
TypeScript
import { CommandLineInputs, CommandLineOptions, CommandMetadata } from '../definitions';
import { Command } from '../lib/command';
export declare class HelpCommand extends Command {
getMetadata(): Promise<CommandMetadata>;
run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>;
}