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