method Command.prototype.descriptionRe-exportimport { Command } from "https://deno.land/x/lume@v1.14.1/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