Method: TailCommandBuilder#default_tools

Defined in:
lib/clarity/commands/tail_command_builder.rb

#default_toolsObject



24
25
26
# File 'lib/clarity/commands/tail_command_builder.rb', line 24

def default_tools
  terms.empty? ? ['tail -n 250 -f filename'] : ['tail -n 250 -f filename'] + ['grep options -e term'] * (terms.size)
end