interface SubCommandArgument
extends Argument

Interface to be implemented by all SubCommand arguments.

Properties

readonly
name: string

Name of the argument.

Must consist of alphanumeric non-whitespace ASCII or _ and - characters. Cannot start with -.

readonly
optional
description: string

Optional description of the argument.

Usage

import type SubCommandArgument from ".";