changed tag

This commit is contained in:
Vishal
2022-12-05 10:21:32 +05:30
parent 49d8847105
commit ca28357315
3 changed files with 5 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ usage: dart run bin/nostr_console.dart [OPTIONS]
-s, --disable-file When turned on, even the default file is not read from.
-t, --translate Translate some of the recent posts using Google translate site ( and not api). Google
is accessed for any translation request only if this flag is present, and not otherwise.
-l, --location The given value is added as a 'location' tag with every kind 1 post made
-h, --help Print help/usage message and exit.
-v, --version Print version and exit.

View File

@@ -3,7 +3,7 @@ import 'package:logging/logging.dart';
// name of executable
const String exename = "nostr_console";
const String version = "0.2.2-beta";
const String version = "0.2.3-beta";
int gDebug = 0;
int gSpecificDebug = 0;
@@ -253,6 +253,7 @@ usage: $exename [OPTIONS]
-s, --disable-file When turned on, even the default filename is not read from.
-t, --translate Translate some of the recent posts using Google translate site ( and not api). Google
is accessed for any translation request only if this flag is present, and not otherwise.
-l, --location The given value is added as a 'location' tag with every kind 1 post made
-h, --help Print help/usage message and exit.
-v, --version Print version and exit.

View File

@@ -3,8 +3,8 @@ description: A multi-platform nostr client built for terminal/console
version: 0.2.2-beta
homepage: https://github.com/vishalxl/nostr_console
# Release 0.2.2-beta
# fixed issue with encrypted groups where an invite from non-follow wasn't processed/received
# Release 0.2.3-beta
# crated location and t rooms
environment:
sdk: '>=2.17.3 <3.0.0'