Summary
The user describes a directory structure with a file located at /dir1/Earthfile
. They note that calling Earthly with earthly dir1+test
fails, while earthly ./dir1+test
works. The user questions whether this behavior is intentional, as it seems inconsistent with common expectations, citing that a command like cat dir1/Earthfile
is valid.