class BashCompletionsCommand
extends DefaultCommand
import { BashCompletionsCommand } from "https://deno.land/x/cliffy@v0.5.0/packages/command/commands/completions/bash.ts";
Generates bash completion code.
Constructors
new
BashCompletionsCommand(parent: BaseCommand)