Skip to main content
Module

x/scaffold/src/deps/cli.ts>OptionType

scaffold your next project with style and 💗
Latest
enum OptionType
Re-export
import { OptionType } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.ts";

Available build-in argument types.

Members

BOOLEAN = "boolean"
INTEGER = "integer"
NUMBER = "number"
STRING = "string"