remove unused contructor variables
This commit is contained in:
parent
38b5b5ada5
commit
1745585fb8
9 changed files with 9 additions and 13 deletions
bin
|
@ -52,7 +52,7 @@ OptionParser.new do |opts|
|
|||
end.parse!
|
||||
|
||||
config = MPW::Config.new(options[:config])
|
||||
cli = MPW::Cli.new(config, nil, options[:sync], nil)
|
||||
cli = MPW::Cli.new(config, options[:sync])
|
||||
|
||||
opts = { search: options[:pattern],
|
||||
group: options[:group],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue