Method: Topicz::Commands::PathCommand#initialize

Defined in:
lib/topicz/commands/path_command.rb

#initialize(config_file = nil, arguments = []) ⇒ PathCommand

Returns a new instance of PathCommand.



8
9
10
11
12
13
# File 'lib/topicz/commands/path_command.rb', line 8

def initialize(config_file = nil, arguments = [])
  super(config_file)
  @strict = false
  option_parser.order! arguments
  @filter = arguments.join ' '
end