does the `objects` example make sense? it would in...
# general
w
does the
objects
example make sense? it would involve creating a very tiny plugin, with a
register.py
file. see https://www.pantsbuild.org/docs/plugins-overview#enabling-plugins-with-registerpy (in particular, the second tab in that code block), and defining a
def build_file_aliases
function in it.