Skip to main content
Module

x/cliffy/command/completions/complete.ts>CompleteCommand

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
class CompleteCommand
extends Command<void, void, void, [string, Array<string>]>
import { CompleteCommand } from "https://deno.land/x/cliffy@v0.24.3/command/completions/complete.ts";

Execute auto completion method of command and action.

Constructors

new
CompleteCommand(cmd?: Command)