method Command.prototype.aliasRe-exportimport { Command } from "https://deno.land/x/lume@v1.16.1/deps/cliffy.ts"; alias(alias: string): thisAdd new command alias. Parametersalias: stringTha name of the alias. Returnsthis