6 7 8 9 10
# File 'lib/rbfs/command.rb', line 6 def self.config args = Rbfs::Args.new.parse options = Rbfs::Config.new(args[:config]).parse options.merge(args) end