@plexus-interop/cli
Version:
Plexus Interop CLI tools
10 lines (9 loc) • 349 B
TypeScript
import { BaseJavaGenCommand } from './BaseJavaGenCommand';
import { Option } from './Option';
export declare class ListMetaFilesCommand extends BaseJavaGenCommand {
plexusGenArgs: (opts: any) => string[];
generalDescription: () => string;
name: () => string;
options: () => Option[];
action(opts: any): Promise<void>;
}