You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe sMembers should attempt to parse each member of the given set with the provided Parser[A], returning a Set[A] if successful. This would be more in line with other methods such as get[A].
The text was updated successfully, but these errors were encountered:
sMembers[A](key: String)(implicit opts: CommandOptions = DefaultCommandOptions, parser: Parser[A] = StringParser): Future[Set[String]]
I believe sMembers should attempt to parse each member of the given set with the provided Parser[A], returning a Set[A] if successful. This would be more in line with other methods such as get[A].
The text was updated successfully, but these errors were encountered: