Currently some functions require the `--source` flag to be set for execution. Instead we need to do, ```go func Any( // +ignore=[".gitignore"] // +defaultPath="." // +optional source *dagger.Directory, ) ``` Thi