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

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

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