Skip to main content
Module

x/omdb/deps.ts>Command#globalComplete

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