What goals apply to `adhoc_tool`? I'm trying to te...
# general
g
What goals apply to
adhoc_tool
? I'm trying to test it out and none of the docs mention how to actually run it/test it.
1
c
adhoc_tool
is used as a dependency of a target but not something that is
run
directly See for some more context https://pantsbuild.slack.com/archives/C046T6T9U/p1708444658682509?thread_ts=1708346551.348669&cid=C046T6T9U
g
gotcha. I guess passing the
adhoc_tool
output into an
archive
could achieve what I'm after?
c
yeah, (or a run_shell_command that cats the result)
g
sweetness. The archive target worked. Thanks @curved-manchester-66006