class CompletionsCommand
extends Command
import { CompletionsCommand } from "https://dotland.deno.dev/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)