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
It would be nice to have a way to notify the user of what crate is currently active. This could be done by loading an environment variable upon activation, and reading that environment variable upon check.
Also, a way to show which commands are provided by the currently active crate.
What if multiple crates are active? So the environment variable should be an ordered list of activated crates.
The text was updated successfully, but these errors were encountered:
It would be nice to have a way to notify the user of what crate is currently active. This could be done by loading an environment variable upon activation, and reading that environment variable upon check.
Also, a way to show which commands are provided by the currently active crate.
What if multiple crates are active? So the environment variable should be an ordered list of activated crates.
The text was updated successfully, but these errors were encountered: