method Command.prototype.actionimport { Command } from "https://dotland.deno.dev/x/cliffy@v0.15.0/command/mod.ts"; action(fn: IAction<O, A>): thisSet command handler. Parametersfn: IAction<O, A>Callback method. Returnsthis