Module

x/cliffy/mod.ts>OptionType

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
enum OptionType
Deprecated
Deprecated

Use ArgumentType instead.

import { OptionType } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";

Members

BOOLEAN = "boolean"
INTEGER = "integer"
NUMBER = "number"
STRING = "string"
import OptionType
import { OptionType } from "https://dotland.deno.dev/x/cliffy@v0.25.5/mod.ts";