When the root folder name isn' t same as Project.toml name. Using
#!/usr/bin/bash
juliac \
--output-exe sv \
--bundle build \
--trim=safe \
--experimental \
./
Error like
need install Pkg <root> folder
is thrown.
Should it be a requirement or should be noted in the doc?