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