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

x/line/src/cli.ts

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

Classes

A class to help build CLIs. This class is responsible for the initial set up of the CLI. Specifically, it sets up the main command so that it can show help menus. If a main command contains subcommands, then those subcommands are set up in the main command when it is constructed.