Skip to content

Instantly share code, notes, and snippets.

@prcdpr
Created November 22, 2020 21:07
Show Gist options
  • Save prcdpr/a202eabe338fc47bcc5e1c80b987f974 to your computer and use it in GitHub Desktop.
Save prcdpr/a202eabe338fc47bcc5e1c80b987f974 to your computer and use it in GitHub Desktop.
cliffy-prompt-emoji
import { Input } from "https://deno.land/x/cliffy/prompt/mod.ts";
const name: string = await Input.prompt( {message: `What's your name?`, pointer: '🦕' } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment