help text improved

This commit is contained in:
Vishal
2022-11-29 22:14:04 +05:30
parent 75eca0c387
commit 09eb3c2849
2 changed files with 5 additions and 4 deletions

View File

@@ -893,7 +893,7 @@ Future<void> encryptedChannelMenuUI(Store node) async {
String menuInfo = """Encrypted Channel howto: Enter a channel by typing the first few unique letters of its pubkey or full name. String menuInfo = """Encrypted Channel howto: Enter a channel by typing the first few unique letters of its pubkey or full name.
Once in a room/channel: add new participants by typing '/add <their 64 byte hex public key>' and pressing enter, Once in a room/channel: add new participants by typing '/add <their 64 byte hex public key>' and pressing enter,
To reply to a message, type '/reply <first few letters of id of post to reply to> <your message>, To reply to a message, type '/reply <first few letters of id of post to reply to> <your message>,
When in a channel, press 'x' to exit. """; Type '/help' to see more info. When in a channel, press 'x' and then enter to exit. """;
int option = showMenu([ 'Enter an encrypted channel', // 1 int option = showMenu([ 'Enter an encrypted channel', // 1
'Show all encrypted channels', // 2 'Show all encrypted channels', // 2

View File

@@ -5,9 +5,10 @@ homepage: https://github.com/vishalxl/nostr_console
# Release 0.2.0-beta # Release 0.2.0-beta
# added utils.dart # added utils.dart
# reply shortended # reply shortened
# chmod in actions # chmod in actions
# improved channel display
# /help in enc groups
environment: environment:
sdk: '>=2.17.3 <3.0.0' sdk: '>=2.17.3 <3.0.0'