尝试使用
RawTextHelpFormatter:
from argparse import RawTextHelpFormatterparser = ArgumentParser(description='test', formatter_class=RawTextHelpFormatter)

尝试使用
RawTextHelpFormatter:
from argparse import RawTextHelpFormatterparser = ArgumentParser(description='test', formatter_class=RawTextHelpFormatter)