Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opinecli/deps.ts>Command#action

Opine's application generator
Latest
method Command.prototype.action
Re-export
import { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts";

Set command callback method.

Parameters

fn: IAction<CO, CA, CG, PG, P>

Command action handler.