def add_args(self, parser: configargparse.ArgumentParser) -> None:
"""
Add command-line arguments to configure this plugin inside GoPythonGo. Do NOT add *required* arguments
to the command-line parser.
:param parser: An ArgumentParser instance that you can call ``add_argument_group`` etc. on
:type parser: configargparse.ArgumentParser
"""
pass
评论列表
文章目录