deno-cliffy icon indicating copy to clipboard operation
deno-cliffy copied to clipboard

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...

Results 60 deno-cliffy issues
Sort by recently updated
recently updated
newest added

When using prompt with a prompt list, and most of them being Selects, I would like to be able to modify the options lists as the prompt is executing so...

I setup a command with two sub commands and then added ```ts command.default(subCommands[0].name) ``` Then I am running my app without any arguments and it does not seem to work,...

blocked by https://github.com/denoland/node_shims/issues/110

While it's a breeze to use Deno, It's a requirement to use node in many places. It'd be useful if deno-cliffy could be installed as a npm module via https://github.com/denoland/dnt....

I would like a Prompt type where the user highlights a list option (like a checkbox) then presses a number, and once they proceed the values will be passed on...

# Summary - `option("--empty-flag", "boolean switch")` may cause surprising behavior with `default` value. - while there's [negatable flag][negatable], it may be preferable to not provide one for conciseness. [negatable]: https://cliffy.io/[email protected]/command/options#negateable-options...

We [@polyseam](https://github.com/polyseam) are happy users of Cliffy! The `.env()` method is useful for denoting environment variables as `"required"` and providing nice error messages, but it always exits with the status...

Prompts should be erased (in the console) before running the `validate` function, in case something logs to console while validating. ![](https://i.imgur.com/upYOJ2b.png) ![](https://i.imgur.com/B7AlcbY.png)

enhancement
module:prompt