Skip to main content
Module

x/cliffy/packages/command/commands/completions.ts>CompletionsCommand

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

Generates source code for interactive shell completions used in multiple shell's.

Constructors

new
CompletionsCommand(parent: BaseCommand)

Methods

command(
nameAndArguments: string,
cmd?: BaseCommand | string,
override?: boolean,
): this