Skip to content

Commit 906f11b

Browse files
adding comment about trying to use sphinx-click to auto document everything and how that didn't work
1 parent f935913 commit 906f11b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/dev/cli.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,7 @@ REPLACE:
168168
:show-nested:
169169

170170
```
171+
172+
173+
I tried to get sphinx-click to auto document the ENTIRE slcli, but the results were all on one page, and required a few changes to sphinx-click itself to work. This is due to the fact that most commands in SLCLI use the function name "cli", and some hacks would have to be put inplace to use the path name instead.
174+

0 commit comments

Comments
 (0)