-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added --add-contact, --remove-contact and --show-contacts
--add-contact Add one or more contacts. Must be used in combination with --alias, --key, --relay. If you want to add N new contacts, use --add-contact and provide exactly N entries in each of the 3 extra arguments. E.g. --add-contact --alias jane joe --key npub1JanesPublicKey npub1JoesPublicKey --relay "wss://janes.relay.org" "wss://joes.relay.org" --remove-contact Remove one or more contacts. Must be used in combination with --alias. For each entry in --alias the corresponding contact will be removed. E.g. --remove-contact --alias jane joe --show-contacts Display current contacts --alias [<ALIAS>...] Provide one or multiple aliases (nicknames) for arguments --add-contact and --remove-contact --key [<KEY>...] Provide one or multiple public keys for argument --add-contact. They have the form 'npub1SomeStrangeString' --relay [<RELAY>...] Provide one or multiple relays for argument --add-contact. They have the form 'wss://some.relay.org'
- Loading branch information
8go
committed
Dec 5, 2022
1 parent
786ac1a
commit def0148
Showing
6 changed files
with
192 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.2 | ||
0.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters