add hint to solve argument and config parsing

pull/1/head
Sebastian Geisler 6 years ago
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…
Cancel
Save