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



124
125
126
127
128
# File 'lib/fluent/command/binlog_reader.rb', line 124

def initialize(argv = ARGV)
  super
  @options.merge!(DEFAULT_OPTIONS)
  configure_option_parser
end