case classSpecificHelpMessage(command: String) extends HelpMessage with NoPermissionMessage with Product with Serializable
A SpecificHelpMessage is used to request the help for a specific command. An user does not need a particular
permission to request this operation, therefore this message extends NoPermissionMessage.
A SpecificHelpMessage is used to request the help for a specific command. An user does not need a particular permission to request this operation, therefore this message extends NoPermissionMessage.
The command the user wants to receive help of
NoPermissionMessage
HelpMessage