usageFooter property

  1. @override
String? get usageFooter
override

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
String? get usageFooter =>
    '\nSee the full documentation at: https://docs.serverpod.cloud/references/cli/commands/${_topCommand.name}';