getPackageRoot method
Implementation
String getPackageRoot() {
//should only be used inside run() method
return argResults?.rest.lastOrNull ?? '.';
}
String getPackageRoot() {
//should only be used inside run() method
return argResults?.rest.lastOrNull ?? '.';
}