Module

x/cliffy/flags.ts>getOption

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
function getOption
import { getOption } from "https://dotland.deno.dev/x/cliffy@v0.6.0/flags.ts";

Find option by name.

Parameters

flags: IFlagOptions[]

Source option's array.

name: string

Name of the option.

import getOption
import { getOption } from "https://dotland.deno.dev/x/cliffy@v0.6.0/flags.ts";