SetupCommand
Category: Commands
Source: setup_command.dart
Classes
SetupCheckResult
Constructor
dart
const SetupCheckResult({required this.exitCode, required this.stdout})Properties
| Property | Type | Description |
|---|---|---|
exitCode | int | |
stdout | String |
SetupCommand
Constructor
dart
SetupCommand()Properties
| Property | Type | Description |
|---|---|---|
name | String get | |
description | String get | |
name | String get | |
description | String get |
Methods
Future<int> run()
Functions
`Future<SetupCheckResult> runGlueSetupCheckForTest({
Map<String, String>? environment, })`