class cliffy.ChildCommandType
extends StringType
import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { ChildCommandType } = cliffy;
String type with auto completion of child command names.
Constructors
new
ChildCommandType(cmd?: Command)