Property definitions

nitc $ CmdWarning :: defaultinit
# Command Warning
#
# Command warnings are returned when the command cannot provide results because
# of a problem on the model-end (i.e. No documentation for a MEntity, no code etc.)
abstract class CmdWarning
	super CmdMessage
end
src/doc/commands/commands_base.nit:104,1--110,3