File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,12 @@ var OPTIONS []Flag = []Flag{
22
22
{
23
23
"silent" ,
24
24
false ,
25
- "disables info logs, reduces output significantly " ,
25
+ "disables info logs, reduces output significantly" ,
26
+ },
27
+ {
28
+ "toc" ,
29
+ false ,
30
+ "generates a table of contents at the top of the output with links to the headings" ,
26
31
},
27
32
{
28
33
"keep-temp" ,
Original file line number Diff line number Diff line change @@ -39,5 +39,6 @@ exit status 1
39
39
| ` --keep-temp ` | stops fleck from removing temporary files | false |
40
40
| ` --preprocessor-enabled ` | enables the preprocessor and therefore macro expansion | false |
41
41
| ` --shell-macro-enabled ` | enables the ` @shell ` macro | false |
42
+ | ` --toc ` | generates a table of contents | false |
42
43
43
44
See [ Macros] ( ./Macros.md ) for more information about the preprocessor and macros.
You can’t perform that action at this time.
0 commit comments