class CompletionsCommand
extends Command
import { CompletionsCommand } from "https://deno.land/x/cliffy@v0.15.0/command/completions/mod.ts";
Generates source code for interactive shell completions used in multiple shell's.
Constructors
new
CompletionsCommand(cmd?: Command)