mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Mentions mise plugin options
This commit is contained in:
parent
bd97f91c08
commit
d23c4fe582
1 changed files with 9 additions and 0 deletions
|
@ -30,3 +30,12 @@
|
|||
- Set environment variable in configuration:
|
||||
|
||||
`mise set {{variable}}={{value}}`
|
||||
|
||||
- Pass an option
|
||||
|
||||
`mise install {{name}}\[{{option}}={{option_value}}\]@{{version}}`
|
||||
`mise use {{name}}\[{{option}}={{option_value}}\]@{{version}}`
|
||||
|
||||
- Multiple options
|
||||
|
||||
`mise use {{name}}\[{{option1}}={{option1_value}},{{option2}}={{option2_value}}\]@{{version}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue