case classParsedCmd[F[_], A](msg: Message, args: A, remaining: List[String], cache: CacheSnapshot[F]) extends ParsedCmdMessage[F, A] with Product with Serializable
A parsed specific command.
msg
The message of this command.
args
The args for this command.
remaining
The remaining arguments after the parser did it's thing.
A parsed specific command.
The message of this command.
The args for this command.
The remaining arguments after the parser did it's thing.
The cache for this command.