method Command.prototype.usageimport { Command } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; usage(usage: string): thisSet the command usage. Defaults to arguments. Parametersusage: stringThe command usage. Returnsthis