changed method of processing arguments to be a bit easier to maintain

This commit is contained in:
Rexy712
2018-05-26 16:06:25 -07:00
parent 0df81aa5ed
commit 4fd9f43e51
3 changed files with 77 additions and 50 deletions

View File

@@ -31,6 +31,9 @@
struct cmd_arg{
const char* lopt;
const char* sopt;
#ifdef XBACKLIGHT_COMPAT_OPTIONS
const char* xopt;
#endif
const char* desc;
};