Module: LicenseAcceptance::CLIFlags::Thor

Defined in:
lib/license_acceptance/cli_flags/thor.rb

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



12
13
14
15
16
# 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