Skip to main content
Module

x/alfredo/deps.ts>Command#getCompletion

Your Alfred workflows on steroids with Deno
Latest
method Command.prototype.getCompletion
Re-export
import { Command } from "https://deno.land/x/alfredo@0.4.3/deps.ts";

Get completion by name.

Parameters

name: string

Name of the completion.

Returns

ICompletion | undefined