pivot to yaml structure for tool definitions (#33)

This commit is contained in:
Ryan Good
2020-04-25 16:00:02 -04:00
committed by GitHub
parent 5e7053fd33
commit db1dbb8e2b
20 changed files with 201 additions and 129 deletions

View File

@@ -4,7 +4,7 @@ import cmd2
from .config import defaults
from .helpers import get_scans
from .tool_definitions import tools
from ..tools import tools
# options for ReconShell's 'install' command
install_parser = cmd2.Cmd2ArgumentParser()