method Command.prototype.aliasimport { Command } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts"; alias(alias: string): thisAdd new command alias. Parametersalias: stringTha name of the alias. Returnsthis