<#21831 Tab completion for goals> Issue created by...
# github-notifications
c
#21831 Tab completion for goals Issue created by mattalbr Is your feature request related to a problem? Please describe. It would be super nice if pants supported tab completion of its goals -- it seems like tab completion works for files used as targets (though not true targets themselves which would be extra awesome) Describe the solution you'd like
pants t
-> double tab should list out
pants tailor
pants test
pantes te
-> tab should autofill in
pants test
Extra cool if we supported autocompletion of true targets too, not just files, e.g.
pants test foo/bar/test_baz.p
-> tab autocompletes to
pants test foo/bar/test_baz.py:tests
Describe alternatives you've considered Just typing it out, which gets tedious and tabbing is muscle memory for me Additional context N/A pantsbuild/pants