Skip to content

DefaultValueOptions

Options controlling how a declared default appears in help output.

Signatures

ts
interface DefaultValueOptions {}

Members

Properties

description

Human-readable default text, or false to hide the default from help. undefined uses the default value's automatic rendering when it is safe.

ts
description?: string | false;

See Also

Released under the MIT License.