Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/tools/deps/cliffy.ts>CommandType

A better way to work with processes in Deno.
Go to Latest
class CommandType
extends StringType
import { CommandType } from "https://deno.land/x/proc@0.21.4/tools/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.