Closed teodorlu closed 1 year ago
From @borkdude on Slack:
I suspect it has to do with neil not adding non-stable versions by default but if you specify the
:version
yourself, then it will work
Teodor:
ahh, you're right. setting version explicitly adds everything as expected.
neil dep search ham-fisted | fzf | xargs neil dep add
also just works. Any idea on what kind of semantics we want here? "Do nothing, print nothing and return:exit 0
" kind of surprised me.
Fixed with #178 , closing.
I'm seeing this CLI behavior:
I'd expect
neil dep add
to add the dependency when we can find it withneil dep search
.