Skip to main content
Module

x/dmm/deps.ts>Line.Interfaces.ICLIOptions

Lightweight Deno Module Manager
Latest
interface Line.Interfaces.ICLIOptions
import { type Line } from "https://deno.land/x/dmm@v2.1.2/deps.ts";
const { ICLIOptions } = Line.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.