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