Skip to main content
Module

x/cliffy/examples/ansi/link.ts

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
File
#!/usr/bin/env -S deno run --allow-net=deno.land
import { link } from "../../ansi/ansi_escapes.ts";
console.log(link("Click me.", "https://deno.land"));