Skip to main content
Latest
class cli.CompletionsCommand
extends Command<void>
import { cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { CompletionsCommand } = cli;

Generates shell completion scripts for various shell's.

Constructors

new
CompletionsCommand(cmd?: Command)