git_well.git_stats module¶
- class git_well.git_stats.GitStatsCLI(*args: Any, **kwargs: Any)[source]¶
Bases:
DataConfigValid options: []
- Parameters:
*args – positional arguments for this data config
**kwargs – keyword arguments for this data config
- classmethod main(argv: list[str] | str | bool | None = True, **kwargs: Any) None[source]¶
Example
>>> # xdoctest: +SKIP >>> from git_well.git_stats import * # NOQA >>> argv = 0 >>> kwargs = dict() >>> cls = GitStatsCLI >>> cls.main(argv=argv, **kwargs)
- default = {'repo_dpath': <Value('.')>}¶