python getopt参数参数自动补全_如何在Python中使用getopt / OPTARG?如果给出过多的参数(9),如何转移参数?...
生活随笔
收集整理的這篇文章主要介紹了
python getopt参数参数自动补全_如何在Python中使用getopt / OPTARG?如果给出过多的参数(9),如何转移参数?...
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
How to use getopt/optarg in Python?
解決方案
This is an example of how I do it, I usually use the same basic template:
import sys
import getopt
try:
opts, args = getopt.getopt(sys.argv[1:], 'm:p:h', ['miner=', 'params=', 'help'])
except getopt.GetoptError:
usage()
sys.exit(2)
for opt, arg in opts:
if opt in ('-h', '--help'):
usage()
sys.exit(2)
elif opt in ('-m', '--miner'):
miner_name = arg
elif opt in ('-p', '--params'):
params = arg
else:
usage()
sys.exit(2)
I don't think there is any 9 parameter limit.
總結
以上是生活随笔為你收集整理的python getopt参数参数自动补全_如何在Python中使用getopt / OPTARG?如果给出过多的参数(9),如何转移参数?...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 大数据数据收集数据困难_大数据就是好数据
- 下一篇: steam有没有c语言软件,【图片】在s