class Samovar::Command

def parse(input)

def parse(input)
	self.class.table.parse(input, self)
end