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:
parent
e11a40237c
commit
738b129a9a
1 changed files with 5 additions and 1 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue