Adding "--loglevel" to ignore list in cli::ProcessOptions
This commit is contained in:
parent
ae8b502ad2
commit
d926754745
1 changed files with 1 additions and 0 deletions
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")
|
else if((option == "--server-port")
|
||||||
|
||(option == "--loglevel")
|
||||||
||(option == "--config"))
|
||(option == "--config"))
|
||||||
{
|
{
|
||||||
/*-------------------------------------------------*\
|
/*-------------------------------------------------*\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue