Skip to main content
Module

x/bundler/deps.ts>Program

A Bundler with the web in mind.
Go to Latest
class Program
extends Command
import { Program } from "https://deno.land/x/bundler@0.6.5/deps.ts";

Constructors

new
Program(unnamed 0: { name: string; description: string; version?: string; fn?: CommandFunction; commands?: { [name: string]: Command; }; options?: { [name: string]: Option; }; args?: Argument[]; })

Properties

optional
version: string

Methods

parse(args: string[])