--width option

Vishal 2022-11-18 12:33:30 +05:30
parent 39c881526e
commit 0e3a87c111

@ -32,6 +32,9 @@ It can be invoked through a shortcut too, whose command line would look like (yo
```C:\Users\Vishal\AppData\Local\Microsoft\WindowsApps\wt.exe C:\Users\GitHub\nostr_console\bin\nostr_console_win64.exe --file=account1_events_file.txt --prikey=deadbeafdeadbeafdeadbeafdeadbeafdeadbeafdeadbeafdeadbeafdeadbeaf```
## If you have a wide-screen use --width option
The --width=N will make the application use N number of columns in the terminal. The default is 120. So if you see lot of screen empty on left and right of the displayed text, then you can use this setting to make it use more screen. This [thread](https://twitter.com/vishalxl/status/1593498057013764100) has some screenshots too.