steadybitSpec top-level property

FigSpec steadybitSpec
final

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'
    )
  ]
);