Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/powar/deps.ts>cliffy.Command#globalComplete

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
method cliffy.Command.prototype.globalComplete
Re-export
import { cliffy } from "https://deno.land/x/powar@1.0.2/deps.ts";
const { Command } = cliffy;

Register global complete handler.

Parameters

name: string

The name of the completion.

complete: CompleteHandler

The callback method to complete the type.

optional
options: Omit<CompleteOptions, "global">

Complete options.