Returns true when the user-level config file already exists.
()
| 206 | |
| 207 | /// Returns true when the user-level config file already exists. |
| 208 | pub fn exists() -> bool { |
| 209 | config_path().is_some_and(|p| p.exists()) |
| 210 | } |
| 211 | |
| 212 | /// Marks `running` as fully installed by advancing both version markers, |
| 213 | /// returning whether anything changed. This is the single home of the |