|
28 | 28 | ``` |
29 | 29 | Usage: toc [options] |
30 | 30 | Options: |
31 | | - -p, --path <path> Path for the markdown file. |
32 | | - -a, --append Append toc after <!--toc-->, or write to stdout. |
33 | | - -b, --bulleted Write as bulleted, or write as numbered list. |
34 | | - -s, --skip Skip the first given number of headers. |
35 | | - -d, --depth Set the number of maximum heading level to be included. |
| 31 | + -p, --path <path> Path for the markdown file. [REQUIRED] |
| 32 | + -a, --append <bool> Append toc after <!--toc-->, or write to stdout. [Default: true] |
| 33 | + -b, --bulleted <bool> Write as bulleted, or write as numbered list. [Default: true] |
| 34 | + -s, --skip <int> Skip the first given number of headers. [Default: 0] |
| 35 | + -d, --depth <int> Set the number of maximum heading level to be included. [Default: 6] |
36 | 36 | -h, --help Show this message and exit. |
37 | 37 | ``` |
38 | 38 |
|
@@ -88,12 +88,12 @@ Binary downloads of example are available from [the releases section on GitHub]( |
88 | 88 |
|
89 | 89 | | platform | |
90 | 90 | | ----------- | |
91 | | -| [macOS 64 Bit](https://github.com/ycd/toc/releases/download/v2.0.0/toc_2.0.0_darwin_x86_64.tar.gz) |
92 | | -| [Linux 32-Bit](https://github.com/ycd/toc/releases/download/v2.0.0/toc_2.0.0_linux_i386.tar.gz) |
93 | | -| [Linux ARM 64 Bit](https://github.com/ycd/toc/releases/download/v2.0.0/toc_2.0.0_linux_arm64.tar.gz) |
94 | | -| [Linux 64 Bit](https://github.com/ycd/toc/releases/download/v2.0.0/toc_2.0.0_linux_x86_64.tar.gz) |
95 | | -| [Windows 64 Bit](https://github.com/ycd/toc/releases/download/v2.0.0/toc_2.0.0_windows_x86_64.zip) |
96 | | -| [Windows 32 Bit](https://github.com/ycd/toc/releases/download/v2.0.0/toc_2.0.0_windows_i386.zip) |
| 91 | +| [macOS 64 Bit](https://github.com/ycd/toc/releases/download/v0.2.0/toc_0.2.0_darwin_x86_64.tar.gz) |
| 92 | +| [Linux 32-Bit](https://github.com/ycd/toc/releases/download/v0.2.0/toc_0.2.0_linux_i386.tar.gz) |
| 93 | +| [Linux ARM 64 Bit](https://github.com/ycd/toc/releases/download/v0.2.0/toc_0.2.0_linux_arm64.tar.gz) |
| 94 | +| [Linux 64 Bit](https://github.com/ycd/toc/releases/download/v0.2.0/toc_0.2.0_linux_x86_64.tar.gz) |
| 95 | +| [Windows 64 Bit](https://github.com/ycd/toc/releases/download/v0.2.0/toc_0.2.0_windows_x86_64.zip) |
| 96 | +| [Windows 32 Bit](https://github.com/ycd/toc/releases/download/v0.2.0/toc_0.2.0_windows_i386.zip) |
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
@@ -130,11 +130,11 @@ Binary downloads of example are available from [the releases section on GitHub]( |
130 | 130 |
|
131 | 131 | Usage: toc [options] |
132 | 132 | Options: |
133 | | - -p, --path <path> Path for the markdown file. |
134 | | - -a, --append Append toc after <!--toc-->, or write to stdout. |
135 | | - -b, --bulleted Write as bulleted, or write as numbered list. |
136 | | - -s, --skip Skip the first given number of headers. |
137 | | - -d, --depth Set the number of maximum heading level to be included. |
| 133 | + -p, --path <path> Path for the markdown file. [REQUIRED] |
| 134 | + -a, --append <bool> Append toc after <!--toc-->, or write to stdout. [Default: true] |
| 135 | + -b, --bulleted <bool> Write as bulleted, or write as numbered list. [Default: true] |
| 136 | + -s, --skip <int> Skip the first given number of headers. [Default: 0] |
| 137 | + -d, --depth <int> Set the number of maximum heading level to be included. [Default: 6] |
138 | 138 | -h, --help Show this message and exit. |
139 | 139 | ``` |
140 | 140 | --- |
|
0 commit comments