File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 88:caption: General commands
99:maxdepth: 1
1010
11- sync
1211```
1312
1413## vcspull CLI - ` vcspull.cli `
1918 :show-inheritance:
2019 :undoc-members:
2120```
21+
22+ ## Commands - ` vcspull.cli.commands `
23+
24+ ``` {eval-rst}
25+ .. automodule:: vcspull.cli.commands
26+ :members:
27+ :show-inheritance:
28+ :undoc-members:
29+ ```
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ If you need an internal API stabilized please [file an issue](https://github.com
2323
2424``` {toctree}
2525cli/index
26- exc
27- log
28- internals/index
29- validator
30- util
3126types
27+ logger
3228```
Original file line number Diff line number Diff line change 1+ # Logging - ` vcspull._internal.logger `
2+
3+ ``` {eval-rst}
4+ .. automodule:: vcspull._internal.logger
5+ :members:
6+ :show-inheritance:
7+ :undoc-members:
8+ ```
You can’t perform that action at this time.
0 commit comments