build where dm can be read

This commit is contained in:
Vishal 2022-09-03 05:01:22 +05:30
parent 267d8b62c9
commit d5b6c31a61
2 changed files with 1 additions and 2 deletions

View File

@ -202,7 +202,6 @@ Future<void> main(List<String> arguments) async {
print("read $numFilePosts posts from file $gEventsFilename");
}
// process request string. If this is blank then the application only reads from file and does not connect to internet.
if( argResults[requestArg] != null) {
int numWaitSeconds = gDefaultNumWaitSeconds;

View File

@ -3,7 +3,7 @@ description: A multi-platform nostr client built for terminal/console.
version: 0.0.7-beta
homepage: https://github.com/vishalxl/nostr_console
# testing pubspec action based on path, test build
# build where dm can be read
environment:
sdk: '>=2.17.3 <3.0.0'