Add doctor command support (#11)
This commit is contained in:
committed by
GitHub
parent
eacaccf77b
commit
6221fd59b7
+4
-1
@@ -129,7 +129,10 @@ Future<void> main(List<String> args) async {
|
||||
ELinuxWorkflow: () => ELinuxWorkflow(
|
||||
operatingSystemUtils: globals.os,
|
||||
),
|
||||
ELinuxValidator: () => ELinuxValidator(),
|
||||
ELinuxValidator: () => ELinuxValidator(
|
||||
processManager: globals.processManager,
|
||||
userMessages: globals.userMessages,
|
||||
),
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user