-
-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
module:promptprompt moduleprompt moduleupstreamIssue with external dependency or with deno itself.Issue with external dependency or with deno itself.windows
Description
Windows Terminal supports emoji:
deno run https://deno.land/std/examples/welcome.ts
However, cliffy Prompt with emoji prints garbled output instead
import { Input } from "https://deno.land/x/cliffy/prompt/mod.ts";
const name: string = await Input.prompt( {message: `What's your name?`, pointer: '🦕' } );
deno run --unstable https://gist.githubusercontent.com/prcdpr/a202eabe338fc47bcc5e1c80b987f974/raw/39ac37c59ad0efc8bb7b03b02225e7eaafde5bd7/cliffy-prompt-emoji.ts
Code gist to test can be found here https://gist.github.com/prcdpr/a202eabe338fc47bcc5e1c80b987f974
Metadata
Metadata
Assignees
Labels
module:promptprompt moduleprompt moduleupstreamIssue with external dependency or with deno itself.Issue with external dependency or with deno itself.windows