steadybitSpec top-level property
Completion spec for steadybit CLI
Implementation
final FigSpec steadybitSpec = FigSpec(
name: 'steadybit',
description: 'Command-line interface to interact with the Steadybit API',
subcommands: [],
options: [
Option(
name: ['--help', '-h'],
description: 'Display usage information'
)
]
);