interface SubCommandArgument
extends Argument
Interface to be implemented by all SubCommand arguments.
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.