option :os, short: '-O',
                      value: {
                        type: Core::CLI::Options::Values::OSES
                      },
                      desc: 'The Operating System (OS) to target' do |os|