Skip to main content
Module

x/alloy_folk/deps.ts>cliffy.ICompletion

An application installer for restriced macOS
Latest
interface cliffy.ICompletion
implements ICompleteOptions
Re-export
import { type cliffy } from "https://deno.land/x/alloy_folk@v1.1.2/deps.ts";
const { ICompletion } = cliffy;

Completion settings.

Type Parameters

optional
O extends Record<string, any> | void = any
optional
A extends Array<unknown> = O extends number ? any : []
optional
G extends Record<string, any> | void = O extends number ? any : void
optional
PG extends Record<string, any> | void = O extends number ? any : void
optional
CT extends Record<string, any> | void = O extends number ? any : void
optional
GT extends Record<string, any> | void = O extends number ? any : void
optional
PT extends Record<string, any> | void = O extends number ? any : void
optional
P extends Command<any> | undefined = O extends number ? any : undefined

Properties

name: string
complete: ICompleteHandler<O, A, G, PG, CT, GT, PT, P>