Skip to main content
Module

x/cliffy/command/completions/bash.ts>BashCompletionsCommand

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
class BashCompletionsCommand
extends Command
import { BashCompletionsCommand } from "https://deno.land/x/cliffy@v0.24.3/command/completions/bash.ts";

Generates bash completions script.

Constructors

new
BashCompletionsCommand(cmd?: Command)