getPackageRoot method

String getPackageRoot()

Implementation

String getPackageRoot() {
  return argResults?.rest.lastOrNull ?? '.';
}