projectDir property

Directory get projectDir

Implementation

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