Skip to main content
Module

x/mod/deps.ts>Command#action

Simple Command Line Interface to create Deno module entrypoints, CI, config and more.
Latest
method Command.prototype.action
Re-export
import { Command } from "https://deno.land/x/mod@v2.3.9/deps.ts";

Set command callback method.

Parameters

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

Command action handler.