ConfigCommand
Category: Commands
Source: config_command.dart
Enums
ConfigInitStatus
| Value | Description |
|---|---|
created | |
overwritten | |
exists |
Classes
ConfigInitResult
Constructor
dart
const ConfigInitResult({required this.status, required this.path})Properties
| Property | Type | Description |
|---|---|---|
status | ConfigInitStatus | |
path | String | |
wroteFile | bool get | |
message | String get | |
wroteFile | bool get | |
message | String get |
ConfigValidationResult
Constructor
dart
const ConfigValidationResult({required this.ok, required this.message})Properties
| Property | Type | Description |
|---|---|---|
ok | bool | |
message | String |