loud-nightfall-4213
10/02/2023, 8:29 PMgo install
, but that’s not the pants way! pants package
will add the binary under dist/
, but what will add the binary under GOPATH
so I can run:
$ my-cool-cli --help
enough-analyst-54434
10/02/2023, 8:39 PMgo build
does. So this would be new Pants work and then support for the languages that supported the concept of install - Go, Rust, maybe others?
The closest you get today is pants run ...
, but that's slightly different depending on what you're after.loud-nightfall-4213
10/04/2023, 9:43 PMgo
code within my team, including a cli
we have for internal use. Not sure what a workaround will be, but I can post what we decide for others to learn from. That said, I’m happy to help with defining a new verb for langs that have the install
concept.