Allowed rendering formats.

Can be dot or svg.

Property definitions

nitc $ CmdGraph :: allowed_formats=
	# Allowed rendering formats.
	#
	# Can be `dot` or `svg`.
	var allowed_formats: Array[String] = ["dot", "svg"]
src/doc/commands/commands_graph.nit:38,2--41,52