class Samovar::Command

def self.call(input = ARGV)

def self.call(input = ARGV)
	if command = self.parse(input)
		command.call
	end
end