Skip to main content
Module

x/cliffy/flags/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 "./flags.ts";export * from "./types.ts";export * from "./validate_flags.ts";export * from "./types/boolean.ts";export * from "./types/number.ts";export * from "./types/string.ts";export { ValidationError } from "./_errors.ts";