Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/program/command.ts>CommandFunction

command-line interface for deno programs.
Latest
type alias CommandFunction
import { type CommandFunction } from "https://deno.land/x/program@0.1.6/command.ts";
definition: (args: Args) => unknown