UNPKG

@feflow/cli

Version:
6 lines 347 B
import { CmdObj } from '../commander'; declare type Options = Required<CmdObj>['options']; declare type Description = CmdObj['desc']; declare const getCommandLine: (optionsDescription: Options | Record<string, object>, description: Description, cmd: string) => object[]; export default getCommandLine; //# sourceMappingURL=command-options.d.ts.map