class CommandType extends StringTypeimport { CommandType } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; String type with auto completion of sibling command names. Methodscomplete(_cmd: Command, parent?: Command): string[]Complete sub-command names of global parent command. import CommandTypeimport { CommandType } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts";