Fork me on GitHub
#babashka-sci-dev
<
2022-03-04
>
lispyclouds11:03:16

Another idea, not sure if it can be made to work somehow already: Ability to execute bb tasks from a folder thats nested from the path having the bb.edn. Like git is able to run from any level and goes upwards to find the .git folder.

borkdude11:03:44

That doesn't work well with "current working directory"

lispyclouds11:03:05

yeah thats a complication. what i was thinking is something like --find-config-file-in-parent flag or something

lispyclouds11:03:23

that just resolves the --config-file

lispyclouds11:03:26

yeah its quite a niche thing to have, thought about it when opening too many terminals to do something in one and run tasks in the other 😛

borkdude11:03:19

you can write a script for that yourself ;)

borkdude11:03:45

I'm not to keen on adding more flags/complexity to this, people will be confused about the current working directory