So I was profiling some basic `pants` commands (li...
# general
f
So I was profiling some basic
pants
commands (like
./pants goals
) to see what were the constant overheads in launching a
pants
command. One of the surprising results I encountered was initializing hundreds of
argparse
`ArgumentParser`s (one for each scope, apparently).