```onyx #load_all "project:lib" use lib use core { * } main :: () { println(lib.NAME) } ``` ```shell ./onyx run scratch.onyx ``` > [!CAUTION] > [1] 13675 segmentation fault ./onyx run scratch.onyx ```shell ./onyx run --map-dir project:. scratch.onyx ``` > [!NOTE] > Onyx I think a good way would be show an error message saying that map-dir/collection was not defined.