projectDir property

Directory projectDir

Implementation

Directory get projectDir {
  return Directory(argResults!.rest.first);
}