class Samovar::Command

def self.nested(*arguments, **options)

def self.nested(*arguments, **options)
	append Nested.new(*arguments, **options)
end