Skip to content

CommandExample

A single usage example shown in help text.

Signatures

ts
interface CommandExample {}

Members

Properties

command

The command invocation (e.g. 'deploy production --force').

ts
command: string;

description

Optional description of what this example does.

ts
description?: string;

See Also

Released under the MIT License.