Provides a Usage string to display in help output. Defaults to auto generating usage string. Override for custom string @return The custom usage string or 'null' to auto generate (default)
()
| 31 | * @return The custom usage string or 'null' to auto generate (default) |
| 32 | */ |
| 33 | default String getUsage() { |
| 34 | return null; |
| 35 | } |
| 36 |
no outgoing calls
no test coverage detected