Skip to content

SetupCommand

Category: Commands

Source: setup_command.dart

Classes

SetupCheckResult

Constructor

dart
const SetupCheckResult({required this.exitCode, required this.stdout})

Properties

PropertyTypeDescription
exitCodeint
stdoutString

SetupCommand

Constructor

dart
SetupCommand()

Properties

PropertyTypeDescription
nameString get
descriptionString get
nameString get
descriptionString get

Methods

Future<int> run()

Functions

`Future<SetupCheckResult> runGlueSetupCheckForTest({

Map<String, String>? environment, })`

Released under the MIT License.