Skip to main content
Module

x/dyr/deps.ts>Command#globalComplete

Access Yr's weather API and Nominatim's API with Deno
Go to Latest
method Command.prototype.globalComplete
Re-export
import { Command } from "https://deno.land/x/dyr@v2.0.1/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.