mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
18 lines
492 B
Plaintext
18 lines
492 B
Plaintext
/- *contact-store
|
|
|%
|
|
+$ contact-view-action
|
|
$% :: %create: create in both groups and contacts
|
|
::
|
|
[%create =path ships=(set ship) title=@t description=@t]
|
|
:: %remove: remove from both groups and contacts
|
|
::
|
|
[%remove =path =ship]
|
|
:: %delete: delete in both groups and contacts
|
|
::
|
|
[%delete =path]
|
|
:: %share: send %add contact-action to to recipient's contact-hook
|
|
::
|
|
[%share recipient=ship =path =ship =contact]
|
|
==
|
|
--
|