Module: BinlogReaderCommand::Formattable
- Included in:
- Head
- Defined in:
- lib/fluent/command/binlog_reader.rb
Constant Summary collapse
- DEFAULT_OPTIONS =
{ format: :out_file }
Instance Method Summary collapse
Instance Method Details
#initialize(argv = ARGV) ⇒ Object
115 116 117 118 119 |
# File 'lib/fluent/command/binlog_reader.rb', line 115 def initialize(argv = ARGV) super .merge!(DEFAULT_OPTIONS) configure_option_parser end |