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

x/cliffy/command.ts>ChildCommandType

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

Constructors

new
ChildCommandType(cmd?: Command)

Methods

complete(cmd: Command): string[]