class ChefCLI::QuieterDocFormatter
Subclass of Chef's standard 'doc' formatter that mutes messages that occur prior to convergence. This gives us cleaner output in general, but is especially noticeable when the standard formatter is disabled by the generator cookbook.
Public Instance Methods
cookbook_gem_start(gems)
click to toggle source
Called when starting to collect gems from the cookbooks
# File lib/chef-cli/command/generator_commands/chef_exts/quieter_doc_formatter.rb, line 31 def cookbook_gem_start(gems); end
library_load_start(file_count)
click to toggle source
Called when cookbook loading starts.
# File lib/chef-cli/command/generator_commands/chef_exts/quieter_doc_formatter.rb, line 34 def library_load_start(file_count); end