Skip to main content
Module

x/lume/deps/cliffy.ts>CommandType

🔥 Static site generator for Deno 🦕
Very Popular
Latest
class CommandType
extends StringType
Re-export
import { CommandType } from "https://deno.land/x/lume@v2.1.4/deps/cliffy.ts";

String type with auto completion of sibling command names.

Methods

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

Complete sub-command names of global parent command.