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

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

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

Generates zsh completions script.

Constructors

new
ZshCompletionsCommand(cmd?: Command)