Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/line/src/interfaces.ts>IArgument

A class-based, command-line interface (CLI) framework.
Latest
interface IArgument
import { type IArgument } from "https://deno.land/x/line@v1.0.1/src/interfaces.ts";

The representation of an argument during runtime.

Properties

description: string

The argument's description.

optional
value: string

The argument's value provided through the command line.