Skip to main content

config_path

Function config_path 

Source
pub fn config_path(explicit: Option<&str>) -> Option<(PathBuf, bool)>
Expand description

The config file location: --config if given, else the platform-native mcp-repl config directory. The bool is true when the path was explicitly requested, which makes a missing file an error.