clefairy
Version:
Typed CLI argv parser and main function wrapper
6 lines (5 loc) • 358 B
TypeScript
export { TypeSymbol, TypeSymbolToType, optionalBoolean, optionalNumber, optionalPath, optionalString, requiredBoolean, requiredNumber, requiredPath, requiredString, } from "./symbols";
export { run, ArgsObjectToOptions } from "./run";
export { checkOptions } from "./check-options";
export { getHints } from "./get-hints";
export { Path } from "clef-parse";