Skip to main content
Module

x/cliffy/mod.ts>ICompletion

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface ICompletion
implements ICompleteOptions
Re-export
import { type ICompletion } from "https://deno.land/x/cliffy@v0.16.0/mod.ts";

Completion settings.

Properties

name: string
complete: ICompleteHandler