readFile method
Implementation
AFGeneratedFile readFile(AFCommandContext context, List<String> projectPath) {
return _readFile(context, projectPath);
}
AFGeneratedFile readFile(AFCommandContext context, List<String> projectPath) {
return _readFile(context, projectPath);
}