class ChildCommandType extends StringTypeimport { ChildCommandType } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; String type with auto completion of child command names. ConstructorsnewChildCommandType(cmd?: Command)Methodscomplete(cmd: Command): string[]Complete child command names.