mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Make it possible to pass command line options through to scripts.
The feature is documented with the zeek_script_args variable in init-bare.zeek.
This commit is contained in:
parent
6902b645ba
commit
2bdc56dfcd
5 changed files with 69 additions and 2 deletions
|
@ -74,6 +74,8 @@ struct Options {
|
|||
std::set<std::string> plugins_to_load;
|
||||
std::vector<std::string> scripts_to_load;
|
||||
std::vector<std::string> script_options_to_set;
|
||||
|
||||
std::vector<std::string> script_args;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue