1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 02:35:25 +02:00

mise: adds plugin options example (#16282)

This commit is contained in:
Brice Dutheil 2025-05-17 23:08:20 +02:00 committed by GitHub
parent e11a40237c
commit 738b129a9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# mise
> Manage versions of different packages.
> Manage language runtimes like Node.js, Python, Ruby, Go, Java, etc and various tools.
> More information: <https://mise.jdx.dev>.
- List all available plugins:
@ -30,3 +30,7 @@
- Set environment variable in configuration:
`mise set {{variable}}={{value}}`
- Pass plugin options:
`mise use {{name}}\[{{option1}}={{option1_value}},{{option2}}={{option2_value}}\]@{{version}}`