forked from Windows200000/TwitchDropsMiner-updated
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanual.txt
33 lines (27 loc) · 971 Bytes
/
manual.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
###################################
# Twitch Drops Miner Unrestricted (by DevilXD) #
###################################
Available command line arguments:
• --tray
Start application as minimised into tray.
• -v
Increase verbosity level. Can be stacked up several times (-vv, -vvv, etc.) to show
increasingly more information during application runtime.
• --log
Enables logging of runtime information into a 'log.txt' file. Verbosity level of this logging
matches the level set by `-v`.
• --version
Show application version information and exit
• --debug-gql
Show GQL debug info
• --debug-ws
Show WS debug info
• --help, -h
Show help prompt and exit
Note: Additional settings are available within the application GUI.
Exit codes:
• 0: Application exited successfully
• 1: Exit caused by the CAPTCHA or a Fatal Exception
• 2: Incorrect command line arguments
• 3: Application already running
• 4: Loading of the settings file failed