Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/cliffy.ts>CommandType

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