Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/bundler/program/program.ts>Command

A Bundler with the web in mind.
Latest
interface Command
import { type Command } from "https://deno.land/x/bundler@0.9.0/program/program.ts";

Properties

name: string
optional
description: string
optional
arguments: Argument[]
optional
options: Option[]
optional
commands: Command[]
fn: (args: flags.Args) => void