mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-19 23:34:27 +01:00
Uninstall command (#66)
* Add do_uninstall function * uninstall f/ amass/aqua/go * uninstall functional on all tools * Add in missed fixes from rebase * solve permission issue * Removes un-needed vars from yaml * Resolves go test issues * adds framework for uninstall tests * Fixes uninstall tests for Go tools * Adds uninstall testing for luigi and improves uninstall * Adds uninstall testing for searchsploit * Update installation documentation
This commit is contained in:
@@ -10,6 +10,9 @@ from ..tools import tools
|
||||
install_parser = cmd2.Cmd2ArgumentParser()
|
||||
install_parser.add_argument("tool", help="which tool to install", choices=list(tools.keys()) + ["all"])
|
||||
|
||||
# options for ReconShell's 'uninstall' command
|
||||
uninstall_parser = cmd2.Cmd2ArgumentParser()
|
||||
uninstall_parser.add_argument("tool", help="which tool to uninstall", choices=list(tools.keys()) + ["all"])
|
||||
|
||||
# options for ReconShell's 'status' command
|
||||
status_parser = cmd2.Cmd2ArgumentParser()
|
||||
|
||||
Reference in New Issue
Block a user