probably one or more of these: ```$ rg '\.register...
# development
w
probably one or more of these:
Copy code
$ rg '\.register_options' src/python/pants/option/
src/python/pants/option/options_bootstrapper.py
198:      ksi.optionable_cls.register_options_on_scope(options)

src/python/pants/option/compiler_option_sets_mixin.py
17:    super().register_options(register)

src/python/pants/option/optionable.py
137:    cls.register_options(options.registration_function_for_optionable(cls))