Skip to main content
The Deno 2 Release Candidate is here
Learn more
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
import { CompleteCommand } from "https://deno.land/x/cliffy@v0.14.1/command/completions/complete.ts";

Execute complete method for specific action and command.

Constructors

new
CompleteCommand(cmd?: Command)