File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ strings will be replaced with the corresponding value:
145
145
- ` {l} ` — The package license.
146
146
- ` {r} ` — The package repository URL.
147
147
- ` {f} ` — Comma-separated list of package features that are enabled.
148
+ - ` {lib} ` — The name of the package's library.
148
149
{{/option}}
149
150
150
151
{{#option "` --prefix ` _ prefix_ " }}
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ OPTIONS
138
138
o {f} — Comma-separated list of package features that are
139
139
enabled.
140
140
141
+ o {lib} — The name of the package's library.
142
+
141
143
--prefix prefix
142
144
Sets how each line is displayed. The prefix value can be one of:
143
145
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ strings will be replaced with the corresponding value:</p>
145
145
<li ><code >{l}</code > — The package license.</li >
146
146
<li ><code >{r}</code > — The package repository URL.</li >
147
147
<li ><code >{f}</code > — Comma-separated list of package features that are enabled.</li >
148
+ <li ><code >{lib}</code > — The name of the package's library.</li >
148
149
</ul ></dd >
149
150
150
151
Original file line number Diff line number Diff line change @@ -186,6 +186,10 @@ strings will be replaced with the corresponding value:
186
186
.RS 4
187
187
\h '-04' \(bu \h '+02' \fB {f} \fR \[em ] Comma\- separated list of package features that are enabled.
188
188
.RE
189
+ .sp
190
+ .RS 4
191
+ \h '-04' \(bu \h '+02' \fB {lib} \fR \[em ] The name of the package's library.
192
+ .RE
189
193
.RE
190
194
.sp
191
195
\fB \-\- prefix \fR \fI prefix \fR
You can’t perform that action at this time.
0 commit comments