We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use config crate
clashctl/src/cli/config.rs
Line 61 in fb38cbd
path: PathBuf, } // TODO: use config crate impl Config { pub fn from_dir<P: AsRef<Path>>(path: P) -> Result<Self> { let path = path.as_ref();
58e9cf02c4229f3fafc7759a6a3d8277552bda4d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
use config crate
clashctl/src/cli/config.rs
Line 61 in fb38cbd
58e9cf02c4229f3fafc7759a6a3d8277552bda4d
The text was updated successfully, but these errors were encountered: