Skip to main content
Module

x/mod/deps.ts>Command#getGlobalCompletion

Simple Command Line Interface to create Deno module entrypoints, CI, config and more.
Latest
method Command.prototype.getGlobalCompletion
Re-export
import { Command } from "https://deno.land/x/mod@v2.3.9/deps.ts";

Get global completions by name.

Parameters

name: string

Name of the completion.

Returns

ICompletion | undefined