This website requires JavaScript.
Explore
Help
Sign In
Grasscutters
/
mitmproxy
Watch
3
Star
0
Fork
0
You've already forked mitmproxy
mirror of
https://github.com/Grasscutters/mitmproxy.git
synced
2024-11-29 11:03:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
dffc7e7450
mitmproxy
/
test
/
scripts
/
a_helper.py
5 lines
91 B
Python
Raw
Normal View
History
Unescape
Escape
improve inline scripts, fix #683, fix #684
2015-07-24 00:57:56 +00:00
import
argparse
parser
=
argparse
.
ArgumentParser
(
)
code formatting: fix whitespace issues
2016-01-27 09:12:18 +00:00
parser
.
add_argument
(
'
--var
'
,
type
=
int
)
Reference in New Issue
Copy Permalink