Does -P --plugins argument get used? #2697
M15terHyde
started this conversation in
General
Replies: 1 comment
-
It's used here: Line 61 in 695895b The default value causes it to load the all the plugins from the caldera/plugins dir. If you point it to a different dir, it should only load that plugin and none of the others. Or you could use it if you want to store plugins outside of the caldera dir for some reason.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
caldera/server.py
Line 108 in b655677
Looking at the args that can be passed to server.py All of them get used or referenced in some way except for -P --plugins.
Does it do anything? Get used?
Beta Was this translation helpful? Give feedback.
All reactions