diff options
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index b7e4e84db..086b20e10 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -139,6 +139,9 @@ pub struct Flags { pub allow_write: Option<Vec<PathBuf>>, pub ca_file: Option<String>, pub cache_blocklist: Vec<String>, + /// This is not exposed as an option in the CLI, it is used internally when + /// the language server is configured with an explicit cache option. + pub cache_path: Option<PathBuf>, pub cached_only: bool, pub config_path: Option<String>, pub coverage_dir: Option<String>, |