class Samovar::Flag

def key

def key
	@key ||= @prefix.sub(/^-*/, '').gsub('-', '_').to_sym
end