Skip to content

Commit eca9e2d

Browse files
committed
Add docs for module module_list arg to multiscan
Closes #99
1 parent a48f03b commit eca9e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

multiscanner.py

+1
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ def multiscan(Files, recursive=False, configregen=False, configfile=CONFIG, conf
543543
configregen - If True a new config file will be created overwriting the old
544544
configfile - What config file to use. Can be None.
545545
config - A dictionary containing the configuration options to be used.
546+
module_list - A list of file paths to be used as modules. Each string should end in .py
546547
"""
547548
# Redirect stdout to stderr
548549
stdout = sys.stdout

0 commit comments

Comments
 (0)