Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alloy/deps.ts>cliffy.ICommandOption

An application installer for restriced macOS
Latest
interface cliffy.ICommandOption
implements ICommandGlobalOption<O, A, G, PG, CT, GT, PT, P>
Re-export
import { type cliffy } from "https://deno.land/x/alloy@v0.0.9/deps.ts";
const { ICommandOption } = cliffy;

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

optional
global: boolean