nitc :: CmdMessage :: defaultinit
# Command message
#
# A message returned by a command.
# Messages are used to inform the client of the command initialization status and results.
# Mostly, messages are used to check if a command is in an error state.
abstract class CmdMessage
end
src/doc/commands/commands_base.nit:81,1--87,3