Might as well tidy this up too while postal addresses are in the spotlight. At the moment, once an attribute of an address is set, it's set in stone. Users need to be able to delete address attributes like so.
$ ppl post bob work --country "United Kingdom" # add
$ ppl post bob work --country "" # remove
Might as well tidy this up too while postal addresses are in the spotlight. At the moment, once an attribute of an address is set, it's set in stone. Users need to be able to delete address attributes like so.