method Command.prototype.actionimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.19.2/command/command.ts"; action(fn: IAction<CO, CA, CG, PG, P>): thisSet command callback method. Parametersfn: IAction<CO, CA, CG, PG, P>Command action handler. Returnsthis