module LicenseAcceptance::CLIFlags::Thor

Public Class Methods

included(klass) click to toggle source
# File lib/license_acceptance/cli_flags/thor.rb, line 12
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