cloud
cloud copied to clipboard
Add specific overloads for CloudKey<Void>
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.
This sounds reasonable