Property definitions

nitc $ CmdInheritance :: defaultinit
# An abstract inheritance command
#
# For things like ancestors, parents, children and descendants.
abstract class CmdInheritance
	super CmdEntityList

	autoinit(model, mainmodule, filter, mentity, mentity_name, limit, page, count, max)

	# Mainmodule for class linearization
	var mainmodule: MModule
end
src/doc/commands/commands_model.nit:115,1--125,3