get all node releases
[webi-installers/.git] / pathman / pathman.bash
index 82bd622643129f01d95b3d77bb4c3f4927a9d28a..1fa9396cc18817e86967d924be4832c6fd9b7479 100644 (file)
@@ -4,10 +4,25 @@
 # homepage: https://git.rootprojects.org/root/pathman
 # tagline: cross-platform PATH management for bash, zsh, fish, cmd.exe, and PowerShell
 # description: |
-#   Works with
-#   - Mac, Windows, Linux
-#   - Bash, Zsh, Fish
-#   - Command, Powershell
+#   Manages PATH on various OSes and shells
+#     - Mac, Windows, Linux
+#     - Bash, Zsh, Fish
+#     - Command, Powershell
+# examples: |
+#   ```bash
+#   pathman add ~/.local/bin
+#   ```
+#   <br/>
+#
+#   ```bash
+#   pathman remove ~/.local/bin
+#   ```
+#   <br/>
+#
+#   ```bash
+#   pathman list
+#   ```
+
 
 set -e
 set -u