findConfigAndSetWorkingDir method
Implementation
@protected
AlexConfig findConfigAndSetWorkingDir() {
final config = this.config;
setCurrentDir(config.rootPath);
return config;
}
@protected
AlexConfig findConfigAndSetWorkingDir() {
final config = this.config;
setCurrentDir(config.rootPath);
return config;
}