using nixpkgs' just version 1.35.0, just -g <TAB> wont autocomplete any targets even if my justfile is just
golden-test:
nix run .#fastbuild.golden-test
I would expect pressing the tabulation key to show/autocomplete golden-test
Tested with bash and zsh.