Skip to main content
Module

x/cliffy/prompt/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 "./figures.ts";export * from "./_generic_prompt.ts";export * from "./_generic_input.ts";export * from "./_generic_list.ts";
export * from "./checkbox.ts";export * from "./confirm.ts";export * from "./input.ts";export * from "./list.ts";export * from "./number.ts";export * from "./secret.ts";export * from "./select.ts";export * from "./toggle.ts";
export * from "./prompt.ts";