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
Hmm, silent does stop all standard out, and there's currently no way to prevent the loading message, other than if you locked down the version of example (either by a Mintfile or by providing the version with mint which [email protected]). This will also make the command faster, as it doesn't have to hit the network.
Alternatively you can run some other command after to just get the last line like mint which example | tail -n 1
Hi,
I'm trying to use
mint which
in a script to get the executable path. It seems like I can either get the output including the loading stringwhich isn't useful in this instance
or I use
-s
which I would expect to just strip the loading string, but instead I get an empty stringAm I missing something?
The text was updated successfully, but these errors were encountered: