added SUCCESS exit code
This commit is contained in:
parent
9428c838ed
commit
85ec93bb7d
@ -5,6 +5,7 @@
|
||||
#define ENCRYPTION_SEPARATOR '.' //SEPARATOR BETWEEN KEYS
|
||||
#define ENCRYPTION_SEPARATOR_STRING "." //SAME AS ENCRYPTION_SEPARATOR BUT AS STRING
|
||||
|
||||
#define SUCCESS 0 //EXIT CODE FOR SUCCESSFUL RUN
|
||||
#define INVALID_KEY 1 //EXIT VALUE FOR INVALID KEY
|
||||
#define INVALID_TEXT 4 //EXIT VALUE FOR INVALID TEXT
|
||||
#define DOWNLOAD_FAILED 2 //EXIT VALUE FOR versions.json DOWNLOAD FAILED
|
||||
|
Loading…
x
Reference in New Issue
Block a user