···1414See `modcli install --help` for more options.
15151616Use `modcli uninstall <name> [prefix]` to uninstall the tool.
1717+1818+### Hidden Functions ###
1919+2020+You can hide functions from being listed in the help menu by prefixing them with an underscore (`_`). They will still be
2121+executable when ran directly. This feature may be useful for debug or one-time migration functions.