mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 08:07:24 +00:00
fix(engine): disable comma separated vectors in cxxopts
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
parent
5141bddedd
commit
c7c0246ca8
@ -19,6 +19,9 @@ limitations under the License.
|
||||
#include "../configuration.h"
|
||||
#include "config_falco.h"
|
||||
|
||||
// disable cxxopts vector delimiter, meaning that
|
||||
// -o test1,test2,test3 won't be treated like -o test1 -o test2 -o test3
|
||||
#define CXXOPTS_VECTOR_DELIMITER '\0'
|
||||
#include <cxxopts.hpp>
|
||||
|
||||
#include <fstream>
|
||||
|
Loading…
Reference in New Issue
Block a user