module LicenseAcceptance::CLIFlags::Thor
def self.included(klass)
def self.included(klass) klass.class_option :chef_license, type: :string, desc: "Accept the license for this product and any contained products: accept, accept-no-persist, accept-silent" end