From b950976295b198af88d410efc7d9aed3ce9e9585 Mon Sep 17 00:00:00 2001 From: MatrixFurry Date: Fri, 27 Mar 2026 08:10:51 -0500 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.51.2