provide a flag like --filter-crate or --filter-crate-name that allows you to limit the crates that are downloaded via regex. This flag should be allowed in addition to specifying a --config-file, and when invoked, program should apply the --config-file settings first, and the filter second. (Other command line flags are in conflict with usage of --config-file to avoid confusion between overlapping settings.)
provide a flag like `--filter-crate` or `--filter-crate-name` that allows you to limit the crates that are downloaded via regex. This flag should be allowed *in addition* to specifying a `--config-file`, and when invoked, program should apply the `--config-file` settings first, and the filter second. (Other command line flags are in conflict with usage of `--config-file` to avoid confusion between overlapping settings.)
provide a flag like
--filter-crateor--filter-crate-namethat allows you to limit the crates that are downloaded via regex. This flag should be allowed in addition to specifying a--config-file, and when invoked, program should apply the--config-filesettings first, and the filter second. (Other command line flags are in conflict with usage of--config-fileto avoid confusion between overlapping settings.)implemented in
b7621e78ac