Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cliffy/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://deno.land/x/cliffy@v0.14.1/command/types/command.ts";

Methods

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