mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-29 11:03:13 +00:00
5 lines
91 B
Python
5 lines
91 B
Python
import argparse
|
|
|
|
parser = argparse.ArgumentParser()
|
|
parser.add_argument('--var', type=int)
|