usageFooter property

  1. @override
String? usageFooter
final

An optional footer for usage.

If a subclass overrides this to return a string, it will automatically be added to the end of usage.

Implementation

@override
final usageFooter = helpFooter(
  '''
release_tools update_version 2.0.1
release_tools udpate_version --file="README.md" --template="Current Version: [VERSION]"''',
);