Skip to main content
Module

x/line/mod.ts>Interfaces.ICLIOptions

A class-based, command-line interface (CLI) framework.
Latest
interface Interfaces.ICLIOptions
import { type Interfaces } from "https://deno.land/x/line@v1.0.1/mod.ts";
const { ICLIOptions } = Interfaces;

The options that can be passed into the CLI.

Properties

name: string

The CLI's name.

description: string

The CLI's description.

version: string

The CLI's version.

command: MainCommand

The main command.