You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cargo has a CARGO_TERM_COLOR environment variable which can be used to force colored output.
Adding a new top level item that allows environment variables to be set for all commands seems like it might solve #124 properly without having to litter commands with --color always in the config.
I'd suggest expanding #146 to make global environment vars.
The workaround of setting these in the .cargo/config.toml is not quite right as that would affect all cargo usages, but I only want to affect usages of cargo from Bacon.
The text was updated successfully, but these errors were encountered:
Cargo has a CARGO_TERM_COLOR environment variable which can be used to force colored output.
Adding a new top level item that allows environment variables to be set for all commands seems like it might solve #124 properly without having to litter commands with
--color always
in the config.I'd suggest expanding #146 to make global environment vars.
The workaround of setting these in the .cargo/config.toml is not quite right as that would affect all cargo usages, but I only want to affect usages of cargo from Bacon.
The text was updated successfully, but these errors were encountered: