average-vr-56795
10/15/2019, 4:47 PM--pants-config-files option is handled? My normal strategy of grepping for the _-version of the - flag name (rg pants_config_files) shows it’s only used for invalidation globs and in a test, which doesn’t sound right…aloof-angle-91616
10/15/2019, 4:52 PMOptionsBootstrapper.get_config_file_paths() in src/python/pants/option/options_bootstrapper.py! we manually parse args for it as seen in that method, hence the indirectionaloof-angle-91616
10/15/2019, 4:53 PMrg pants.config.files as it requires no shift key and matches things like hyphens or underscoresaloof-angle-91616
10/15/2019, 4:53 PMrg -i pants.?config.?files if i'm looking for class names or somethingaverage-vr-56795
10/15/2019, 4:53 PMaloof-angle-91616
10/15/2019, 4:53 PM--smart-caseaverage-vr-56795
10/15/2019, 4:54 PMaverage-vr-56795
10/15/2019, 4:55 PMaloof-angle-91616
10/15/2019, 4:55 PM# This exactly mirrors the logic applied in Option to all regular options.
average-vr-56795
10/15/2019, 4:55 PM