6042c4b10e
Relocate detailed help docs to main README
4 lines
249 B
Markdown
4 lines
249 B
Markdown
# Example of custom help providers
|
|
|
|
This example demonstrates how to add `Help() string` functions (ie. the `HelpProvider` interface) to your commands, arguments, and flags to augment the help text provided using `help:""` style tagged annotations.
|