Skip to main content
Module

x/cliffy/mod.ts>Command#command

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Command.prototype.command
Re-export
import { Command } from "https://deno.land/x/cliffy@v0.14.3/mod.ts";

Add new sub-command.

Parameters

name: string
optional
desc: string
optional
override: boolean

Parameters

name: string
optional
cmd: Command
optional
override: boolean