We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An extension to #2.
Currently, we have
dstewart$ upm list-languages python3-poetry python3-pip (unavailable) bun nodejs-npm nodejs-pnpm nodejs-yarn (unavailable) ruby-bundler elisp-cask (unavailable) dart-pub (unavailable) java-maven (unavailable) rlang (unavailable) dotnet (unavailable) rust (unavailable) php-composer (unavailable)
what would be preferable would be
python3-poetry python3-pip (unavailable, see: https://pip.pypa.io/en/stable/installation/) bun nodejs-npm nodejs-pnpm nodejs-yarn (unavailable, see: https://yarnpkg.com/getting-started/install) ruby-bundler elisp-cask (unavailable, see: https://cask.readthedocs.io/en/latest/guide/installation.html)
or even better,
dstewart$ upm list-languages python3-poetry bun nodejs-npm nodejs-pnpm ruby-bundler Unavailable --- python3-pip (see: https://pip.pypa.io/en/stable/installation/) nodejs-yarn (see: https://yarnpkg.com/getting-started/install) elisp-cask (emacs: ✓, cask: ✗, see: https://cask.readthedocs.io/en/latest/guide/installation.html) ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An extension to #2.
Currently, we have
what would be preferable would be
or even better,
The text was updated successfully, but these errors were encountered: