doctor property

void doctor

used by the 'doctor' command to prints the details for this project.

Implementation

void get doctor {
  print('');
  print('');
  print('Script Details');
  _colprint('Name', scriptname);
  _colprint('Directory', privatePath(pathToScriptDirectory));
}