mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 04:07:39 +02:00
Rework the CLI a little to actually call the plugin, but the config system needs improving/fixing/rewriting. 5:S
This commit is contained in:
@@ -51,7 +51,7 @@ class PluginInterface(validity.ValidityRoutines, configuration_interface.Configu
|
||||
def validate_inputs(self):
|
||||
for option in self.get_schema():
|
||||
if not option.optional:
|
||||
option.validate_input(self.config.get_value(option.name), self.context)
|
||||
option.validate(self.config.get_value(option.name), self.context)
|
||||
|
||||
@abstractmethod
|
||||
def run(self):
|
||||
|
||||
Reference in New Issue
Block a user