version-manager
Here are 224 public repositories matching this topic...
-
Updated
Jul 9, 2021 - Go
-
Updated
Feb 28, 2021 - Shell
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Jul 13, 2021 - Shell
Limitation
Currently snow log --output=json
returns the full snapshot of each commit. A typical view for plugins working with SnowFS will be to show the files modified for each commit. This means every plugin will reimplement a log-diff-view feature.
Proposed Solution
We can add this functionality natively and add an option to snow log
to print all files per commit or only changed
If CPM_SOURCE_CACHE
is set to an empty string, CPM fails with file DOWNLOAD error: cannot create directory '/cpm' - Specify file by full
.
-
Updated
Nov 13, 2020 - Shell
-
Updated
Mar 19, 2021 - Shell
Is your feature request related to a problem? Please describe.
Currently yvm
only supports english and has no easy way to convert the messaging to other languages
Describe the solution you'd like
Abstract all cli messaging and support translating into other languages
**Describe alternatives you've consider
- Homebrew
- Cargo
- AUR
- ...
-
Updated
Apr 19, 2019 - JavaScript
-
Updated
May 15, 2021 - Go
-
Updated
Dec 19, 2020 - Shell
Add completions
It would be nice to be able to run dvm completions bash
and get the completions script.
It looks like RVM is no longer updating their binaries for newer OS versions:
chruby-fish ❯ make test
./test/setup
>>> Downloading https://rvm.io/binaries/osx/10.13/x86_64/ruby-2.2.5.tar.bz2 ...
--2018-09-15 10:23:47-- https://rvm.io/binaries/osx/10.13/x86_64/ruby-2.2.5.tar.bz2
Resolving rvm.io (rvm.io)... 151.101.130.49, 151.101.194.49, 151.101.2.49, ...
Connecting to rvm.io
-
Updated
Dec 6, 2019 - Shell
-
Updated
Jun 11, 2021 - Python
-
Updated
Jul 13, 2021 - Shell
-
Updated
Jun 24, 2021 - Java
-
Updated
Aug 12, 2019 - Shell
-
Updated
Nov 11, 2018 - Kotlin
-
Updated
Jul 8, 2021 - Rust
Improve this page
Add a description, image, and links to the version-manager topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the version-manager topic, visit your repo's landing page and select "manage topics."
Steps to reproduce
Run
asdf
. In help output a line is printed for theasdf env
command:I would assume
<command>
is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.FY