Property definitions

nitc $ CmdSuccess :: defaultinit
# Command Success
#
# Returned when the command was performed without any error or warning.
class CmdSuccess
	super CmdMessage
end
src/doc/commands/commands_base.nit:89,1--94,3