1
0
Fork 0
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:
Brice Dutheil 2025-04-28 11:13:31 +02:00 committed by GitHub
parent bd97f91c08
commit d23c4fe582
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`