def add_args(self, parser: configargparse.ArgumentParser) -> None:
gr_pymod = parser.add_argument_group("Pymodule Versioner options")
gr_pymod.add_argument("--pymodule-read", dest="pymodule_read", default=None,
help="A fully qualified dotted path to a str attribute in a Python module accessible on"
"the current PYTHONPATH to be read to get the version string.")
评论列表
文章目录