@black-flag/core
Version:
A declarative framework for building fluent, deeply hierarchical command line interfaces with yargs
7 lines • 726 B
TypeScript
export { configureProgram, runProgram } from "../index.js";
export { $executionContext, FrameworkExitCode } from "../constant.js";
export type { RunProgramParameters, RunProgramReturnType } from "../index.js";
export { CliError, GracefulEarlyExitError, isCliError, isGracefulEarlyExitError } from "../error.js";
export type { ConfigurationHooks, ConfigureArguments, ConfigureErrorHandlingEpilogue, ConfigureExecutionContext, ConfigureExecutionEpilogue, ConfigureExecutionPrologue } from "../types/configure.js";
export type { ChildConfiguration, Configuration, ImportedConfigurationModule, ParentConfiguration, RootConfiguration } from "../types/module.js";
export type { Arguments, NullArguments } from "../types/program.js";