@feflow/cli
Version:
A front-end flow tool.
6 lines • 347 B
TypeScript
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