|
See PUP-3684 for background.
Basically, there are two settings/options that affect the same setting; --dns-alt-names, and --dns_alt_names. In order to unite the two with the same setting riority, there is the need to have a method in settings that allows patching of the CLI provided value. This method was renamed from set_value (a deprecated method) to patch_value a non deprecated method that is marked as private.
The task is to get rid of this horrible construct by deprecating the unwanted form of --dns-alt-names and updating the code.
|