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 usually use a CloudKey<Void> when I just want to flag something in a CommandMeta. I'd like overloads of with on the meta builder, and meta on the command builder to set CloudKey<Void>s without having to specify a value.
The text was updated successfully, but these errors were encountered:
I usually use a
CloudKey<Void>
when I just want to flag something in a CommandMeta. I'd like overloads ofwith
on the meta builder, andmeta
on the command builder to setCloudKey<Void>
s without having to specify a value.The text was updated successfully, but these errors were encountered: