mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-23 20:00:09 +08:00
4
test/scripts/a_helper.py
Normal file
4
test/scripts/a_helper.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('--var', type=int)
|
||||
Reference in New Issue
Block a user