Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/tools/deps/cliffy.ts>CompletionsCommand

A better way to work with processes in Deno.
Go to Latest
class CompletionsCommand
extends Command<void, void, void, [], { name: string; }>
import { CompletionsCommand } from "https://deno.land/x/proc@0.21.0/tools/deps/cliffy.ts";

Generates shell completion scripts for various shells.

Constructors

new
CompletionsCommand(cmd?: Command)