method Command.prototype.descriptionimport { Command } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; description(description: Description<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>): thisSet the long command description. Parametersdescription: Description<TCommandOptions, TCommandArguments, TCommandGlobals, TParentCommandGlobals, TCommandTypes, TCommandGlobalTypes, TParentCommandTypes, TParentCommand>The command description. Returnsthis