Class | Chef::Knife::UI |
In: |
lib/chef/knife/core/ui.rb
|
Parent: | Object |
The User Interaction class used by knife.
config | [R] | |
stderr | [R] | |
stdin | [R] | |
stdout | [R] |
Formats data using the configured presenter and outputs the result via msg. Formatting can be customized by configuring a different presenter. See use_presenter
Creates a new presenter_class object and uses it to format structured data for display. By default, a Chef::Knife::Core::GenericPresenter object is used.