Skip to main content
Module

x/cliffy/command.ts>ActionListType

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
class ActionListType
extends StringType
import { ActionListType } from "https://deno.land/x/cliffy@v0.5.0/command.ts";

Constructors

new
ActionListType(cmd: BaseCommand)

Methods

protected
getActionNames(cmd: BaseCommand): string[]
complete(): string[]