mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
5 lines
91 B
Python
5 lines
91 B
Python
import argparse
|
|
|
|
parser = argparse.ArgumentParser()
|
|
parser.add_argument('--var', type=int)
|