Module

x/lume/deps/cliffy.ts>CommandType

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class CommandType
extends StringType
import { CommandType } from "https://dotland.deno.dev/x/lume@v2.2.1/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.

import CommandType
import { CommandType } from "https://dotland.deno.dev/x/lume@v2.2.1/deps/cliffy.ts";