Whats the best way to extract the Pants version fr...
# general
b
Whats the best way to extract the Pants version from
pants.toml
without running
./pants
? Ideally I run the
determine_pants_version
from the Pants runner, but I'm not sure thats possible, very easily
Looks like that function just boils down to two complicated
sed
calls...
c
I've used
stoml
in the past
r
This is what I did...
b
Oh command line python with
re
ain't bad