Sha256: 91a635d79dda5d96a946f5dcd8c7e197b883ff45860a09d52e749b58b639398c
Contents?: true
Size: 417 Bytes
Versions: 16
Compression:
Stored size: 417 Bytes
Contents
begin require 'thor' rescue => exception raise "Must have thor gem installed to use this mixin" end module LicenseAcceptance module CLIFlags module Thor 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 end end end
Version data entries
16 entries across 16 versions & 1 rubygems