morning 🙂
neil dep versions supports --limit (example: neil dep versions com.cognitect/transit-cljs --limit 20), but I can't find the limit option documented anywhere. It's not mentioned in neil --help, and not in neil dep versions --help.
Is this an oversight, or am I just not finding the right helptext command?
PR: https://github.com/babashka/neil/pull/260 It appears the old README instructions were working "by accident" in bbin. @rads fixed the problem in the bbin repo, porting the fix back to babashka/neil was quick.
thanks!
Might just be an underdocumentation
It's in the optspec: https://github.com/babashka/neil/blob/0b7373dd1b5a0dc7f8aff83b8e65d75d7d5e23bc/src/babashka/neil.clj#L38
Other options have a :desc option, but :limit does not.
ok PR welcome :)
I'm hitting problems with dev installation with bbin too.
Last time I had neil-dev installed was a long time ago, I think bbin has been through some changes.
Maybe file an issue with bbin on Github. @rads responds fairly regularly. If you can help debug this, probably even faster.
I hit the same problem trying to install a development version of bbin with bbin. I'll make an issue 👍
Thanks
Issue in bbin repo: https://github.com/babashka/bbin/issues/106
cc @rads