When `just` is invoked without args, imports are not considered when identifying the first recipe · Issue #2688 · casey/just · GitHub
Steps to reproduce Create the following justfile in some directory, say /tmp/justtest default: just --list Create the following justfile in a subdirectory of that directory, say /tmp/justtest/sub import "../justfile" foo: @echo "foo" Wit...