Skip to content

Commit

Permalink
doc(shim): update windows shim mode doc
Browse files Browse the repository at this point in the history
  • Loading branch information
qianlongzt committed Feb 15, 2025
1 parent 06f9153 commit fc90539
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion schema/mise.json
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@
},
"windows_shim_mode": {
"default": "file",
"description": "Shim file mode in windows. `file` `hardlink` `symlink`",
"description": "Shim file mode for Windows. Options: `file`, `hardlink`, `symlink`.",
"type": "string"
},
"yes": {
Expand Down
8 changes: 4 additions & 4 deletions settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1163,11 +1163,11 @@ description = "List of executable extensions for Windows. For example, `exe` for
env = "MISE_WINDOWS_SHIM_MODE"
type = "String"
default = "file"
description = "Shim file mode in windows. `file` `hardlink` `symlink`"
description = "Shim file mode for Windows. Options: `file`, `hardlink`, `symlink`."
docs = """
`file` create file with content `mise exec`.
`hardlink` use Windows NTFS Hardlink, required in the some filesystem.
`symlink` use Windows NTFS SymbolicLink, need Windows Vista or leter. Required windows admin or Enable "Developer Mode" in Windows 10/11
`file`: Creates a file with the content `mise exec`.
`hardlink`: Uses Windows NTFS Hardlink, required on same filesystems.
`symlink`: Uses Windows NTFS SymbolicLink. Requires Windows Vista or later with admin privileges or enabling "Developer Mode" in Windows 10/11.
"""

[yes]
Expand Down

0 comments on commit fc90539

Please sign in to comment.