@@ -13,26 +13,32 @@ Commands:
1313
1414 add <version or keyword or prefix>
1515 Downloads a specific version of Node.js, but does not switch it to your current version.
16+ Prefix will match the newest version with that prefix.
1617 current
1718 Prints your current version of Node.js.
1819 install <version or keyword or prefix>
1920 Downloads a specific version of Node.js and sets it as your default version.
21+ Prefix will match the newest version with that prefix.
2022 list
2123 Prints the list of downloaded Node.js versions.
2224 ls
2325 Alias for 'list' command.
2426 remove <version or prefix>
2527 Deletes a version of Node.js.
28+ Prefix will match the oldest version with that prefix.
2629 rm <version or prefix>
2730 Alias for 'remove' command.
31+ Prefix will match the oldest version with that prefix.
2832 search [prefix]
2933 Prints out a list of Node.js versions that have this prefix.
3034 If the prefix is omitted, prints out a list of the most recent Node.js versions available for download.
3135 temp <version or prefix>
3236 Prints out the command needed to temporarily set your Node.js to a specific version.
3337 If on AIX, Linux, or macOS, please use 'eval $(polyn temp <version>)' instead.
38+ Prefix will match the newest version with that prefix.
3439 use <version or prefix>
3540 Sets your default Node.js to a different version.
41+ Prefix will match the newest version with that prefix.
3642 update
3743 Updates PolyNode to the latest release.
3844 version
@@ -51,5 +57,5 @@ Keywords:
5157 UnsupportedOSError string = "polyn error: unsupported operating system"
5258
5359 // PolyNode's version.
54- Version string = "v3.0.12 "
60+ Version string = "v3.0.13 "
5561)
0 commit comments