proxy.py/proxy/core
Abhinav Singh 8cc349be48
Allow plugins to add custom command line flags (#438)
* Allow plugins to add custom command line flags.  Addresses #301

* Reduce dependency over Flags class.  This will be deprecated so that adhoc flags can be added without any additional manual configuration

* Fix: Argument 1 to "mock_default_args" of "TestMain" has incompatible type "Namespace"; expected "Mock"

* Reduce Flags class to just the initializer.

* Store list of action dest in FlagParser
2020-10-03 16:25:43 +05:30
..
acceptor Allow plugins to add custom command line flags (#438) 2020-10-03 16:25:43 +05:30
connection Decouple SSL wrap logic into connection classes (#394) 2020-07-08 13:11:12 +05:30
event Add core pubsub eventing example and add menubar item skeleton (#396) 2020-07-09 21:31:29 +05:30
ssh Response parser now reaches COMPLETE even when no body is expected (#220) 2019-12-02 19:18:43 -08:00
__init__.py Doc & Banner update to match GitHub (#182) 2019-11-18 20:45:51 -08:00