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

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

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

Get global completions by name.

Parameters

name: string

Name of the completion.

Returns

Completion | undefined