Method: FluentPluginConfigFormatter#initialize
- Defined in:
- lib/fluent/command/plugin_config_formatter.rb
#initialize(argv = ARGV) ⇒ FluentPluginConfigFormatter
Returns a new instance of FluentPluginConfigFormatter.
39 40 41 42 43 44 45 46 47 48 49 50 51 |
# File 'lib/fluent/command/plugin_config_formatter.rb', line 39 def initialize(argv = ARGV) @argv = argv @compact = false @format = :markdown @verbose = false @libs = [] @plugin_dirs = [] @table = false @options = {} prepare_option_parser end |