mirror of
https://github.com/sgeisler/cargo-remote
synced 2024-11-16 00:12:54 +00:00
add hint to solve argument and config parsing
This commit is contained in:
parent
800467c314
commit
6e90ed6b8e
@ -80,7 +80,7 @@ fn main() {
|
||||
)
|
||||
});
|
||||
|
||||
// TODO: refactor argument and config parsing and merging
|
||||
// TODO: refactor argument and config parsing and merging (related: kbknapp/clap-rs#748)
|
||||
let build_server = remote.unwrap_or_else(|| {
|
||||
let config_path = project_dir.join(".cargo-remote.toml");
|
||||
File::open(config_path).ok().and_then(|mut file| {
|
||||
|
Loading…
Reference in New Issue
Block a user