How would I pull in just a single file from a git repo?
I can do dagger call my-func --directory=https://github.com/dagger/dagger 👍
But I can't do the following:
dagger call my-func --file=https://github.com/dagger/dagger/README.md
...
! failed to get value for argument "file": expected path selection for git repo