UNPKG

@donmccurdy/caporal

Version:

A full-featured framework for building command line applications (cli) with node.js

18 lines (17 loc) 509 B
/** * @packageDocumentation * @internal */ export * from "./action.js"; export * from "./base.js"; export * from "./fatal.js"; export * from "./invalid-validator.js"; export * from "./missing-argument.js"; export * from "./missing-flag.js"; export * from "./multi-validation.js"; export * from "./no-action.js"; export * from "./option-synopsis-syntax.js"; export * from "./unknown-option.js"; export * from "./unknown-command.js"; export * from "./validation.js"; export * from "./too-many-arguments.js";