dontAskRejectMessage function

String dontAskRejectMessage(
  1. String toolName
)

Build a don't-ask reject message for a denied tool.

Implementation

String dontAskRejectMessage(String toolName) {
  return 'Permission to use $toolName has been denied because Neomage is '
      'running in don\'t ask mode. $denialWorkaroundGuidance';
}