Python Version
所有版本
Docs Page
https://docs.python.org/zh-cn/3.14/library/argparse.html#epilog
Original Translation
一些程序喜欢在 description 参数后显示额外的对程序的描述。这种文字能够通过给 ArgumentParser 提供 epilog= 参数而被指定:
Original Docs Paragraph
Some programs like to display additional description of the program after the description of the arguments. Such text can be specified using the epilog= argument to ArgumentParser:
Suggested Fix
一些程序喜欢在参数帮助信息之后显示额外的对程序的描述。
Python Version
所有版本
Docs Page
https://docs.python.org/zh-cn/3.14/library/argparse.html#epilog
Original Translation
一些程序喜欢在 description 参数后显示额外的对程序的描述。这种文字能够通过给 ArgumentParser 提供 epilog= 参数而被指定:
Original Docs Paragraph
Some programs like to display additional description of the program after the description of the arguments. Such text can be specified using the epilog= argument to ArgumentParser:
Suggested Fix
一些程序喜欢在参数帮助信息之后显示额外的对程序的描述。