diff --git a/README.md b/README.md index 07c7f8b..af67798 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,8 @@ If you're developing a CLI tool, I recommend adding this to your installation sc See `modcli install --help` for more options. Use `modcli uninstall [prefix]` to uninstall the tool. + +### Hidden Functions ### + +You can hide functions from being listed in the help menu by prefixing them with an underscore (`_`). They will still be +executable when ran directly. This feature may be useful for debug or one-time migration functions.