Merge pull request #3 from sgeisler/progress

Fix progress on MacOS
pull/11/head
Sebastian 5 years ago committed by GitHub
commit 083feac84e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,8 @@ use toml::Value;
use log::{error, info, warn};
const PROGRESS_FLAG: &str = "--info=progress2";
#[derive(StructOpt, Debug)]
#[structopt(name = "cargo-remote", bin_name = "cargo")]
enum Opts {

Loading…
Cancel
Save