cargo-bins / cargo-binstall

Binary installation for rust projects
GNU General Public License v3.0
1.63k stars 61 forks source link

--disable-strategies should get its own environment variable #1833

Closed NobodyXu closed 4 months ago

NobodyXu commented 4 months ago

By the way, this means that --disable-strategies A is no longer equivalent to --strategies B,C. Perhaps this means that --disable-strategies should get its own environment variable config to make the workaround from https://github.com/nabijaczleweli/cargo-update/issues/264 correct again. I might also leave a note there (Update: perhaps after this discussion is done).

Originally posted by @ilyagr in https://github.com/cargo-bins/cargo-binstall/pull/1830#issuecomment-2249516585