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

x/lume/deps/cliffy.ts>ArgumentOptions

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface ArgumentOptions
Re-export
import { type ArgumentOptions } from "https://deno.land/x/lume@v1.18.1/deps/cliffy.ts";

Flag argument definition.

Properties

optional
type: ArgumentType | string
optional
optionalValue: boolean
optional
requiredValue: boolean
optional
variadic: boolean
optional
list: boolean
optional
separator: string