mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 03:49:36 +00:00
For the most part, replacing getopt() with cxxopts + falco application had no effect on falco engine/config interfaces. However, there were a few places where it was wasier to change the interface than add middleware code that transformed from, for example, vectors to lists. This commit has those changes. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>