Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/opinecli/deps.ts>Command#getBaseCompletion

Opine's application generator
Latest
method Command.prototype.getBaseCompletion
Re-export
import { Command } from "https://deno.land/x/opinecli@2.0.0/deps.ts";

Get base completion by name.

Parameters

name: string

Name of the completion.

Returns

ICompletion | undefined