mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-18 23:46:35 +02:00
Add -b flag for debugging
For now this just prints messages to stderr, so the user should manually redirect stderr to avoid breaking the ui. This can be later expanded upon to provide debugging messages in the command window. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
@ -23,6 +23,9 @@ instead of
|
||||
Ignore data file
|
||||
.IP "\-4, \-\-ipv4"
|
||||
Force IPv4 connection
|
||||
.IP "\-b, \-\-debug
|
||||
Enable debugging messages (prints to stderr). Redirect output to avoid breaking
|
||||
the curses interface and better capture messages.
|
||||
.IP "\-d, \-\-default_locale
|
||||
Use default locale
|
||||
.IP "\-c, \-\-config config\-file"
|
||||
|
Reference in New Issue
Block a user