Skip to content

Commit ea1c3ef

Browse files
authored
[TASK] Improve command list rendering (#761)
1 parent 38b351f commit ea1c3ef

File tree

20 files changed

+8871
-3892
lines changed

20 files changed

+8871
-3892
lines changed

Documentation-rendertest/ConsoleCommands/Index.rst

+9-30
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,28 @@
55
Console commands
66
================
77

8+
.. toctree::
9+
:glob:
10+
:titlesonly:
11+
12+
*
13+
814
Single commands
915
===============
1016

1117
.. console:command:: cache:flush
12-
:json: command.json
18+
:json: commands.json
1319
:script: vendor/bin/typo3
1420
:exclude-option: help, quiet, verbose, version, ansi, no-ansi, no-interaction
1521
:no-help:
1622
:noindex:
1723

1824
.. console:command:: language:update
19-
:json: command.json
25+
:json: commands.json
2026
:include-option: skip-extension
2127
:noindex:
2228

2329
.. console:command:: setup
24-
:json: command.json
25-
:script: bin/typo3
26-
:noindex:
27-
28-
29-
Commands in namespace cache
30-
===========================
31-
32-
.. console:command-list:: cache
33-
:json: command.json
34-
:script: vendor/bin/typo3
35-
:exclude-option: help, quiet, verbose, version, ansi, no-ansi, no-interaction
36-
:noindex:
37-
38-
Global commands
39-
===============
40-
41-
.. console:command-list:: _global
42-
:json: command.json
30+
:json: commands.json
4331
:script: bin/typo3
44-
:exclude-command: completion, help
45-
:exclude-option: help, quiet, verbose, version, ansi, no-ansi, no-interaction
4632
:noindex:
47-
48-
All commands
49-
============
50-
51-
.. console:command-list::
52-
:json: command.json
53-
:show-hidden:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
All commands
3+
============
4+
5+
.. console:command-list::
6+
:json: commands.json
7+
:show-hidden:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
3+
All commands, exclude namespaces and commands
4+
=============================================
5+
6+
.. console:command-list::
7+
:json: commands.json
8+
:exclude-option: help, quiet, verbose, version, ansi, no-ansi, no-interaction
9+
:exclude-namespace: examples, styleguide
10+
:exclude-command: completion, fluid:schema:generate, backend:lock
11+
:noindex:
12+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
Global commands
3+
===============
4+
5+
.. console:command-list:: _global
6+
:json: commands.json
7+
:script: bin/typo3
8+
:exclude-command: completion, help
9+
:exclude-option: help, quiet, verbose, version, ansi, no-ansi, no-interaction
10+
:noindex:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
Commands in namespace cache
3+
===========================
4+
5+
.. console:command-list:: cache
6+
:json: commands.json
7+
:script: vendor/bin/typo3
8+
:exclude-option: help, quiet, verbose, version, ansi, no-ansi, no-interaction
9+
:noindex:

0 commit comments

Comments
 (0)