Skip to content
New issue

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

feat: add argc plugin to registry using asdf #2786

Closed
wants to merge 1 commit into from

Conversation

rgeraskin
Copy link
Contributor

Adds an asdf plugin for Argc, an open-source Bash CLI framework: https://github.com/sigoden/argc

Also PR'd to asdf-plugins: asdf-vm/asdf-plugins#1061

@jdx
Copy link
Owner

jdx commented Oct 21, 2024

Does it work with ubi?

@roman-geraskin-m10
Copy link

yes, it works with ubi. But to use it with ubi I have to add extra tools to install ubi itself

[tools]
rust = "1.82.0"
ubi = "0.1.2"
"ubi:sigoden/argc" = "v1.20"

Also, I can just use rust to install argc without ubi

[tools]
rust = "1.82"
"cargo:argc" = "v1.20"

But I think a much simpler way to install argc is to use asdf backend

[tools]
argc = "1.20"
[plugins]
argc = "https://github.com/rgeraskin/asdf-argc"

This PR is aimed to drop the need of [plugins] section in .mise.toml

@jdx
Copy link
Owner

jdx commented Oct 22, 2024

ubi is built into mise itself so it does not need to be separately installed

@roman-geraskin-m10
Copy link

thanks, I've used an outdated mise. Works great with ubi!

@rgeraskin rgeraskin closed this Oct 22, 2024
@jdx
Copy link
Owner

jdx commented Oct 22, 2024

You can still add it to the registry with ubi

@rgeraskin rgeraskin changed the title feat: add argc plugin to registry feat: add argc plugin to registry using asdf Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants