UNPKG

ff-mini-cli

Version:

A tool for mini program development and deployment

16 lines (15 loc) 289 B
declare type opt = { name: string; alias?: string; options?: any; required?: boolean; optional?: boolean; description?: string; get?: () => void; }; declare type option = { cmd: string; opts: opt[]; }; export declare const cmdOpts: option[]; export {};