Skip to main content
Module

x/cliffy/command.ts>IAction

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
type alias IAction
Re-export
import { type IAction } from "https://deno.land/x/cliffy@0.12.1/command.ts";

Action handler.

Type Parameters

O
A extends Array<any>
definition: (
this: Command,
options: O,
...args: A,
) => void | Promise<void>