class Samovar::Command

def self.command_line(name)

def self.command_line(name)
	if @table
		"#{name} #{@table.usage}"
	else
		name
	end
end