usageFooter property
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 => '''
Examples:
apollovm mcp schema # every tool's input schema
apollovm mcp schema apollovm.execute # one tool (bare `execute` also works)
apollovm mcp schema apollovm.fs.read --workspace . # a repository tool''';