refenv / cijoe

cijoe: tools for systems development and testing
http://cijoe.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9 stars 12 forks source link

fix(cli): add standalone script paths to search paths for auto-discovery #80

Closed NaddiNadja closed 1 month ago

NaddiNadja commented 1 month ago

When running cijoe-scripts with the cijoe cli, they might be out of reach for the cijoe auto-discovery. In order to allow execution of the scripts, add parent paths to collected paths.

Solves point 4 under "Nice to have" in https://github.com/refenv/cijoe/issues/73