--help用于选定的命令行参数

时间:2017-03-21 06:18:56

标签: python python-3.x command-line argparse

是否可以在命令提示符下为所选参数获取--help消息?

实施例: cmd中的python my_program.py -h将提供整个帮助消息。 假设my_program.py需要2 cmdline参数-a-b。我可以单独收到--help的{​​{1}}消息吗?

像这样,-a。这可能吗?

0 个答案:

没有答案