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: cli command for listing backends #1989

Merged
merged 1 commit into from
Apr 29, 2024
Merged

feat: cli command for listing backends #1989

merged 1 commit into from
Apr 29, 2024

Conversation

roele
Copy link
Contributor

@roele roele commented Apr 29, 2024

Resolves #1983.

New Command
Adds a command backends with sub-command ls to list available backend types.

$ mise backends
cargo
go
npm
pipx
ubi

New Doctor Section
Adds a section backends to the doctor command output and filters out (installed) backends from the plugins section since these are shown in toolset.

...

backends: 
  cargo
  go
  npm
  pipx
  ubi

plugins: 
  bun         (core)
  deno        (core)
  erlang      (core)
...

Copy link
Owner

@jdx jdx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that was quick!

@jdx jdx merged commit 5f8a3ce into jdx:main Apr 29, 2024
6 checks passed
@roele roele deleted the issues/1983 branch April 29, 2024 15:55
@dhanak
Copy link

dhanak commented Apr 30, 2024

Please also add completions for the new command.

@roele
Copy link
Contributor Author

roele commented Apr 30, 2024

@jdx on another note, i assume backends are still experimental should we mark the command as such?

@jdx
Copy link
Owner

jdx commented Apr 30, 2024

well what we should probably do is just show "asdf" if experimental is not set

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.

cli command for listing backends
3 participants