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

x/ndeno/src/deps.ts>Command#globalComplete

js runtime project management tool / js runtime 项目管理工具
Go to Latest
method Command.prototype.globalComplete
import { Command } from "https://deno.land/x/ndeno@v2.0.6/src/deps.ts";

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.