Closed AladW closed 8 years ago
Thanks for catching this!
Although I'm kinda wondering if I should have repols not give error messages at all, as it is used in the Zsh completion script.
You could add an 2>/dev/null
in the completion script, at least if this is the only context where having error messages makes no sense.
If the
repo
variable is not set in~/.config/repoctl/config.toml
, or the file is not available,repols
(from the devel branch) gives a runtime error:In 0.15, a warning message was displayed instead: