Skip to main content
Module

x/lume/deps/cliffy.ts>ChildCommandType

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class ChildCommandType
extends StringType
import { ChildCommandType } from "https://deno.land/x/lume@v2.1.2/deps/cliffy.ts";

String type with auto completion of child command names.

Constructors

new
ChildCommandType(cmd?: Command)

Methods

complete(cmd: Command): string[]

Complete child command names.