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.
That doesn't work well with "current working directory"
yeah thats a complication. what i was thinking is something like --find-config-file-in-parent flag or something
meh
that just resolves the --config-file
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 😛
you can write a script for that yourself ;)
I'm not to keen on adding more flags/complexity to this, people will be confused about the current working directory
yep agreed