]> git.proxmox.com Git - cargo.git/commit
refactor(cli): Lazily do first-pass config loading
authorEd Page <eopage@gmail.com>
Mon, 29 Aug 2022 17:06:19 +0000 (12:06 -0500)
committerEd Page <eopage@gmail.com>
Thu, 1 Sep 2022 00:23:35 +0000 (19:23 -0500)
commiteda1652b401de91bc5373906725aaa5a9b3dd04a
treef5740d6177d0c7e5436e367dbd1e9a2ea9e7d57c
parentddc21ea4cdf01bf784f063f0815c4aaf0367f0be
refactor(cli): Lazily do first-pass config loading

This will be a help for cases like #10952 which I would expect would
assert that the config is not loaded before changing the current_dir.
src/bin/cargo/cli.rs
src/bin/cargo/main.rs