method CommandType.prototype.completeimport { CommandType } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; complete(_cmd: Command, parent?: Command): string[]Complete sub-command names of global parent command. Parameters_cmd: Commandoptionalparent: CommandReturnsstring[]