Limit the items in the list

Property definitions

nitc $ CmdList :: limit=
	# Limit the items in the list
	var limit: nullable Int = null is optional, writable
src/doc/commands/commands_base.nit:224,2--225,53

nitc $ CmdModelEntities :: limit=
	# Default limit is `10`
	redef var limit = 10
src/doc/commands/commands_model.nit:495,2--496,21