class Samovar::Command

def initialize(input = nil)

def initialize(input = nil)
	parse(input) if input
end