Skip to main content
Module

x/tabtab/mod.ts>tabtab.install

📎 Generate CLI completions for zsh, bash, and fish
Latest
function tabtab.install
import { tabtab } from "https://deno.land/x/tabtab@0.2.2/mod.ts";
const { install } = tabtab;

Install and enable completion on user system.

Parameters

options: { name: string; completer: string; location?: string; cmd?: string; }

Returns

Promise<void>