Awesome project, thanks for creating it! I tried it out and everything is working so far.
I have a repo containing multiple babashka scripts, each with its own main.
For now, I need to specify the main opts and the script name on the bbin install line, like this:
bbin install --as empath io.github.justone/bb-scripts --main-opts '["-m" "empath"]'
Since the :bbin/bin value in the repo's bb.edn file is a map, how about supporting a way of picking which script is installed? Something like this:
bbin install io.github.justone/bb-scripts --select empath
It could even be extended to support an :all keyword to install all scripts found.
Thanks again.