RhinoSecurityLabs / pacu

The AWS exploitation framework, designed for testing the security of Amazon Web Services environments.
https://rhinosecuritylabs.com/aws/pacu-open-source-aws-exploitation-framework/
BSD 3-Clause "New" or "Revised" License
4.3k stars 689 forks source link

This refactors the help menu in Pacu to be dynamic and easier to modify (WIP) #440

Open DaveYesland opened 3 months ago

DaveYesland commented 3 months ago

This is currently a draft for refactoring the help menu in Pacu to make it dynamic instead of a list of commands with a hardcoded help menu string. Still need to finish adjusting formatting and open to opinions if there is a better way to do this. Maybe using Click or another lib?