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 string
mint which example
🌱 Finding latest version of example
/path/example
which 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 string
Am I missing something?
Hi,
I'm trying to use
mint whichin 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
-swhich I would expect to just strip the loading string, but instead I get an empty stringAm I missing something?