mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Add bare_mode
bif.
This commit is contained in:
parent
0f1dd8ef1b
commit
e83c4c834d
6 changed files with 30 additions and 0 deletions
|
@ -516,6 +516,8 @@ SetupResult setup(int argc, char** argv, Options* zopts)
|
|||
|
||||
auto options = zopts ? *zopts : parse_cmdline(argc, argv);
|
||||
|
||||
run_state::detail::bare_mode = options.bare_mode;
|
||||
|
||||
// Set up the global that facilitates access to analysis/optimization
|
||||
// options from deep within some modules.
|
||||
analysis_options = options.analysis_options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue