You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- |
|
source: tests/feature_tests/mod.rs |
|
expression: "&source.trim()" |
|
--- |
|
fnm env | source |
|
fnm install 11.10.0 |
|
fnm install 8.11.3 |
|
fnm alias 8.11.3 version8 |
|
fnm ls | grep version8 |
|
fnm unalias version8 |
|
fnm use version8 2>&1 | grep 'Requested version version8 is not currently installed'
|
|
|