module LicenseAcceptance::CLIFlags::MixlibCLI
Public Class Methods
included(klass)
click to toggle source
# File lib/license_acceptance/cli_flags/mixlib_cli.rb, line 12 def self.included(klass) klass.option :chef_license, long: "--chef-license ACCEPTANCE", description: "Accept the license for this product and any contained products ('accept', 'accept-no-persist', or 'accept-silent')", required: false end