class CompletionsCommand
extends DefaultCommand
import { CompletionsCommand } from "https://deno.land/x/cliffy@v0.5.0/packages/command/commands/completions.ts";
Generates source code for interactive shell completions used in multiple shell's.
Constructors
new
CompletionsCommand(parent: BaseCommand)