Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.