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
forlimavmin$(limactl list | grep -v 'NAME STATUS SSH ARCH DIR'| awk '{ print $1 }')
The grep above doesn't seem robust, and will probably break soon with a future version of Lima.
I'd suggest using limactl list --json and use jq for parsing JSON.
First, thanks a lot for working on this
lima-xbar-plugin/lima-plugin
Line 71 in e32889d
The grep above doesn't seem robust, and will probably break soon with a future version of Lima.
I'd suggest using
limactl list --json
and usejq
for parsing JSON.The text was updated successfully, but these errors were encountered: