(FYI: you can strip the path if you prefer. You ca...
# plugins
h
(FYI: you can strip the path if you prefer. You can use
await Get(StrippedSourceFiles, StrippedSourceFilesRequest)
to strip whatever the source roots are, e.g.
src/python/app.py
->
app.py
. Or, you can use
await Get(Digest, RemovePrefix)
to remove an arbitrary prefix)