Type of the value of the option

Property definitions

opts $ Option :: VALUE
	# Type of the value of the option
	type VALUE: nullable Object
lib/opts/opts.nit:22,2--23,28

opts $ OptionBool :: VALUE
	redef type VALUE: Bool
lib/opts/opts.nit:115,2--23

opts $ OptionCount :: VALUE
	redef type VALUE: Int is fixed
lib/opts/opts.nit:130,2--31

opts $ OptionString :: VALUE
	redef type VALUE: nullable String
lib/opts/opts.nit:181,2--34

opts $ OptionEnum :: VALUE
	redef type VALUE: Int
lib/opts/opts.nit:195,2--22

opts $ OptionInt :: VALUE
	redef type VALUE: Int
lib/opts/opts.nit:232,2--22

opts $ OptionFloat :: VALUE
	redef type VALUE: Float
lib/opts/opts.nit:251,2--24

opts $ OptionArray :: VALUE
	redef type VALUE: Array[String]
lib/opts/opts.nit:265,2--32

privileges $ OptionUserAndGroup :: VALUE
	redef type VALUE: nullable UserGroup
lib/privileges/privileges.nit:77,2--37