Skip to main content
Module

x/cliffy/mod.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@v0.24.3/mod.ts";

String type with auto completion of child command names.

Constructors

new
ChildCommandType(cmd?: Command)

Methods

complete(cmd: Command): string[]

Complete child command names.