Skip to main content
Module

x/quarrel/mod.ts>Quarrel#flag

A Deno command line argument parser, highly configurable, and fast (well, not yet)
Latest
method Quarrel.prototype.flag
import { Quarrel } from "https://deno.land/x/quarrel@v0.5.0/mod.ts";

Parameters

shortName: String | string
longName: String | string
description: String | string
optional
options: flagOptions | Function | null = [UNSUPPORTED]