You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+58-13Lines changed: 58 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,19 +31,26 @@ cargo install --path .
31
31
32
32
## Configuration
33
33
34
-
The first time you run `vmm`, it will create a default configuration file at `vmm_config.toml` in your current directory. You can edit this file to customize:
34
+
`vmm` looks for configuration in the following order:
35
+
36
+
1. A `vmm_config.toml` in the current directory (local config)
This performs a case-insensitive search for mods containing the specified term in their name, displaying matching mods with their owner, name, version, and description.
77
112
113
+
## Global Options
114
+
115
+
### `--config <path>`
116
+
117
+
Override the config file location, bypassing the local/global lookup:
0 commit comments