helpFooter function

String helpFooter(
  1. String example
)

Implementation

String helpFooter(String example) {
  return '''

Example:
${_printExamples(example)}

See https://pub.dev/packages/release_tools for more information.''';
}