Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/program/command.ts>Option

command-line interface for deno programs.
Latest
interface Option
import { type Option } from "https://deno.land/x/program@0.1.6/command.ts";

Properties

name: string
description: string
optional
boolean: boolean
optional
alias: string
optional
args: Argument[]