Skip to main content
Module

x/args/index.ts>types.ArgvItem.Value

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
interface types.ArgvItem.Value
implements Base
import { type types } from "https://deno.land/x/args@2.1.1/index.ts";
const { Value } = types.ArgvItem;

Value variant of ArgvItem

Properties

readonly
type: "value"
readonly
optional
name: null