pub fn get_config_file_path() -> PathBuf
Expand description
Returns the config file path Examples:
- Windows: C:\Users<username>\AppData\Roaming\leetcode-tui\config.toml
- macOS: /Users/
/Library/Application Support/leetcode-tui/config.toml - Linux: /home/
/.config/leetcode-tui/config.toml