Skip to main content
Module

x/cliffy/mod.ts

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
File
export * from "./ansi/mod.ts";export * from "./command/mod.ts";export { boolean, number, // Already exported by command module. // ValidationError, OptionType, parseFlags, string, validateFlags,} from "./flags/mod.ts";export type { IDefaultValue, IFlagArgument, IFlagOptions, IFlagsResult, IFlagValueHandler, IParseOptions, ITypeHandler, ITypeInfo,} from "./flags/mod.ts";export * from "./keycode/mod.ts";export * from "./prompt/mod.ts";export * from "./table/mod.ts";