You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we only have one command-line option, `-verbose`,
which is used to control how noisy to be when running a rule-file.
However it would be nice if modules could pay attention to that
flag as well as our execution-engine. To allow that we have
now defined a structure to hold all global options, and made
it available to our plugin/modules.
This closes#22.
Right now
-verbose
just affects the output of the main driver, which executes the rules.It seems natural to allow plugins to honor this flag too.
-verbose
flag.The text was updated successfully, but these errors were encountered: