asdf/lib/commands
Victor Borja a1bc06fb82 Bugfix: ref: and path: versions are not read correctly.
Before this patch, with a `.tool-versions` file like:

```
lfe ref:master
```

`get_preset_version_for` would return `ref` instead of `ref:master`.

Same was happening for `path:` versions. Actually there was PR #95
on which I based my changes but instead of using space as delimiter
I went for using `|` which would be a lot more weird if present as
part of a file path, this also allows to specify paths which have
spaces which are much more frequent.

Closes #94 #95
2016-12-15 06:12:09 -06:00
..
current.sh Bugfix: ref: and path: versions are not read correctly. 2016-12-15 06:12:09 -06:00
help.sh Move around commands dir 2015-05-17 14:01:55 +05:30
install.sh Update the install_command function so it works when invoked in directory whose name contains whitespace. 2016-10-25 21:45:17 -04:00
list-all.sh Check if plugin exists before removing it (#77) 2016-07-06 08:19:15 +09:00
list.sh Check if plugin exists before removing it (#77) 2016-07-06 08:19:15 +09:00
plugin-add.sh plugin-add: argument validation 2016-07-03 13:11:40 +02:00
plugin-list.sh Remove bulleting from plugin list 2015-06-14 18:55:20 +05:30
plugin-push.sh Check if plugin exists before removing it (#77) 2016-07-06 08:19:15 +09:00
plugin-remove.sh Check if plugin exists before removing it (#77) 2016-07-06 08:19:15 +09:00
plugin-test.sh Improve plugin tests 2016-06-17 18:37:26 +09:00
plugin-update.sh Check if plugin exists before removing it (#77) 2016-07-06 08:19:15 +09:00
reshim.sh Fix shim args again. 2016-12-15 05:34:35 -06:00
uninstall.sh Check if plugin exists before removing it (#77) 2016-07-06 08:19:15 +09:00
version_commands.sh Fix local and global commands to accept multiple versions 2016-08-30 19:13:10 -04:00
where.sh Check if plugin exists before removing it (#77) 2016-07-06 08:19:15 +09:00