Easily turn Nushell modules into cross-shell CLI tools
library nu nushell
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update readme

+5
+5
README.md
··· 14 14 See `modcli install --help` for more options. 15 15 16 16 Use `modcli uninstall <name> [prefix]` to uninstall the tool. 17 + 18 + ### Hidden Functions ### 19 + 20 + You can hide functions from being listed in the help menu by prefixing them with an underscore (`_`). They will still be 21 + executable when ran directly. This feature may be useful for debug or one-time migration functions.