mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-26 00:38:10 -04:00
Adding "--loglevel" to ignore list in cli::ProcessOptions
This commit is contained in:
1
cli.cpp
1
cli.cpp
@@ -817,6 +817,7 @@ int ProcessOptions(int argc, char *argv[], Options *options, std::vector<RGBCont
|
||||
\*-------------------------------------------------*/
|
||||
}
|
||||
else if((option == "--server-port")
|
||||
||(option == "--loglevel")
|
||||
||(option == "--config"))
|
||||
{
|
||||
/*-------------------------------------------------*\
|
||||
|
||||
Reference in New Issue
Block a user