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