github.com/alecthomas/kong@v0.9.1-0.20240410131203-2ab5733f1179/_examples/shell/help/README.md (about) 1 # Example of custom help providers 2 3 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.