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
The hass-cli command is located at .local/bin/hass-cli. It directly runs a container without performing any check before. It just creates the container in case it doesn't exist yet.
Some check that needs to be added are:
is podman installed
because the container image is local, does it exist?
Moreover zsh evalhass-cli (!) in order to load auto-completion.
The
hass-cli
command is located at.local/bin/hass-cli
. It directly runs a container without performing any check before. It just creates the container in case it doesn't exist yet.Some check that needs to be added are:
Moreover zsh
eval
hass-cli
(!) in order to load auto-completion.dotfiles/.zshrc
Line 182 in d0985b6
This is very bad because the wrapper is not meant to return an output that can be used with
eval
.hass-cli
was introduced at d0985b6.Instead of fixing it I could also consider/research to replace it with sth better maintained.
The text was updated successfully, but these errors were encountered: