mitmproxy/mitmproxy/utils
Maximilian Hils 20372b5b0b introduce @command.argument
This makes it possible to specify more specific type annotations at runtime,
so that both mypy and our command system are happy. The .argument(name, type=)
syntax is similar to click's, so it should be fairly extensible if we need it.
2017-12-14 14:15:36 +01:00
..
__init__.py simplify version output 2017-10-24 14:33:56 +02:00
arg_check.py Improve options UX 2017-08-07 00:11:44 +05:30
bits.py provide git information with --version 2017-01-19 20:27:29 +01:00
data.py fix pyinstaller 2016-11-28 00:51:52 +01:00
debug.py simplify version output 2017-10-24 14:33:56 +02:00
human.py remove OptManager._processed 2017-07-31 01:58:31 +02:00
sliding_window.py Fix sliding window type specs 2017-03-20 12:21:50 +13:00
strutils.py make split_special_areas more flexible, refs #2537 2017-09-03 21:02:29 +02:00
typecheck.py introduce @command.argument 2017-12-14 14:15:36 +01:00