class ZshCompletionsCommand
extends DefaultCommand
import { ZshCompletionsCommand } from "https://deno.land/x/cliffy@v0.3.0/packages/command/commands/completions/zsh.ts";
Generates zsh completion code.
Constructors
new
ZshCompletionsCommand(parent: BaseCommand)Methods
private
generateCompletions(command: BaseCommand): stringGenerates zsh completions method for given command and child commands.
protected
generate(): stringGenerates zsh completions code.
command(): this