Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/line/src/interfaces.ts

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

Interfaces

The representation of an argument during runtime.

The options that can be passed into the CLI.

A helper interface to help construct main commands and subcommands. This prevents the need to instantiate command classes before plugging them into Line.CLI and Line.MainCommand.

The representation of an option during runtime.