Skip to main content
Module

x/scaffold/src/deps/cli.ts>ChildCommandType

scaffold your next project with style and 💗
Latest
class ChildCommandType
extends StringType
import { ChildCommandType } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.ts";

String type with auto completion of child command names.

Constructors

new
ChildCommandType(cmd?: Command)

Methods

complete(cmd: Command): string[]

Complete child command names.