#385: Refactor id/lookup command using exclusively /wot/lookup
- Display non-member uids when passing a pubkey
- Use same algorithm as
choose_identity()uses- Will display multiple time the pubkey and the differents
uidsif there is multipleuidslinked to this pubkey
- Will display multiple time the pubkey and the differents
- The
uidswere already in/wot/lookup/ - Remove
identity_of()call which can only get member uids - Rename
pubkey(s)tolookup(s) - When passing a
uid, use/wot/lookup/instead ofidentity_of()which only gets memberuids - Rename variable, rename command description
- Use f-string, use one
click.echo()call - Rename
idcommand tolookup:- Makes more sense and the
identitycmd is about to be created
- Makes more sense and the
Will be cherry-pick to 0.9 branch and released if v0.9.0 in no additional rc is required.
Close #385 (closed).
Edited by Moul