class Samovar::Command

def self.options(*arguments, **options, &block)

def self.options(*arguments, **options, &block)
	append Options.parse(*arguments, **options, &block)
end