mitmproxy/test/scripts/a_helper.py

5 lines
91 B
Python
Raw Normal View History

import argparse
parser = argparse.ArgumentParser()
2016-01-27 09:12:18 +00:00
parser.add_argument('--var', type=int)