Sha256: 1fbaf856057dd3159ae8e2b4f5653e671992d0902ca29357c9adfad460ffb849
Contents?: true
Size: 492 Bytes
Versions: 1
Compression:
Stored size: 492 Bytes
Contents
begin require "mixlib/cli" rescue => exception raise "Must have mixlib-cli gem installed to use this mixin" end module LicenseAcceptance module CLIFlags module MixlibCLI 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 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
license-acceptance-1.0.19 | lib/license_acceptance/cli_flags/mixlib_cli.rb |