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

Windows Terminal supports emoji: ```powershell deno run https://deno.land/std/examples/welcome.ts ``` ![image](https://user-images.githubusercontent.com/43776797/99917143-bc7c8000-2d0e-11eb-8276-a557cc03b76b.png) However, cliffy Prompt with emoji prints garbled output instead ```typescript import { Input } from "https://deno.land/x/cliffy/prompt/mod.ts"; const name: string =...

module:prompt
windows
upstream

run command ``` deno run --unstable https://deno.land/x/cliffy/examples/keycode/read_key.ts ``` up down left right don't response, But the other keys on the area like number keys can use normally. It lead to...

module:prompt
windows
upstream

All examples should be tested.

testing

Sometimes you want to provide completion alternatives based on the commandline buffer. This adds `token` (string) to both option- and argument completion, containing the partially written word to complete. This...

You can get this output at the moment of running https://github.com/UltiRequiem/is-number/blob/main/scripts/node_support.ts ``` node/src/deps/deno.land/x/[email protected]/command/command.ts:1243:34 - error TS2366: Function lacks ending return statement and return type does not include 'undefined'. 1243 protected...

The GitHub CodeQL security scanning tool is reporting a security issue in this lib for a repo where I include it as a dependency. > Incomplete string escaping or encoding...

bug
module:command

Hello, It might be useful if the completions module included a generator for [Fig](https://fig.io). That way, developers of Deno CLIs will have an easier time integrating their CLIs with Fig...

enhancement
module:command

Feature request: provide a way to access previous answers to follow-up prompts.

enhancement
module:prompt