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