Trying to run `facter -jp` or `facter -dv` not work, resulting in an error:
[2021-05-24 10:34:46.955480 ] ERROR Facter::OptionsValidator - unrecognised option '-p'
Previously with worked in Facter 3
At the first glance seems that options defined with `[class_option|https://github.com/puppetlabs/facter/blob/main/lib/facter/framework/cli/cli.rb#L40` can be combined, but the ones defined with a specific mapping error out.