version-manager
Here are 225 public repositories matching this topic...
-
Updated
Jul 9, 2021 - Go
-
Updated
Sep 6, 2021 - Shell
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Aug 16, 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
Most of functions and structs and so on don't have docs now. I want to write docs in order to make it easier for people to contribute to frum
.
-
Updated
May 15, 2021 - Go
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Dec 19, 2020 - Shell
Add completions
It would be nice to be able to run dvm completions bash
and get the completions script.
-
Updated
Aug 25, 2021 - PHP
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
Sep 7, 2021 - Shell
-
Updated
Jun 24, 2021 - Java
-
Updated
Aug 12, 2019 - Shell
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