Module

x/cliffy/packages/command/types/command.ts>CommandType

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
class CommandType
extends StringType
import { CommandType } from "https://dotland.deno.dev/x/cliffy@v0.11.1/packages/command/types/command.ts";

Methods

complete(cmd: Command, parent?: Command): string[]