Skip to main content
Module

x/enzastdlib/commands/mod.ts>ApplicationOptions

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
interface ApplicationOptions
Re-export
import { type ApplicationOptions } from "https://deno.land/x/enzastdlib@v0.0.4/commands/mod.ts";

Represents the options that are passable to makeApplication.

Properties

commands: CommandRecord

Represents the callbacks of commands being registered to the returned Application instance.

optional
description: string

Represents the description of the command displayed to the end-users.

optional
maximum_length: number

Represents the maximum paragraph length displayed before splitting into a new line for applicable displayed text.

name: string

Represents the file name of the binary the end-user needs to use to call this application.