Module

x/cliffy/packages/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 './lib/types.ts';export * from './lib/normalize.ts';export * from './lib/validate-flags.ts';export * from './lib/flags.ts';