method Command.prototype.getArgumentimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.23.2/command/command.ts"; getArgument(name: string): IArgument | undefinedGet argument by name. Parametersname: stringName of the argument. ReturnsIArgument | undefined