class ChildCommandType
extends StringType
import { ChildCommandType } from "https://deno.land/x/cliffy@v0.19.0/command/types/child_command.ts";
String type with auto completion of child command names.
Constructors
new
ChildCommandType(cmd?: Command)