Files
kong/_examples/shell/help
Keilin Olsen 6042c4b10e Add example of HelpProvider + README
Relocate detailed help docs to main README
2022-05-18 01:07:21 -07:00
..
2022-05-18 01:07:21 -07:00
2022-05-18 01:07:21 -07:00

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.