@@ -25,7 +25,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">cli/ctor/
25
25
< div class ='fl pad1y space-right2 '>
26
26
< span class ="strong "> 100% </ span >
27
27
< span class ="quiet "> Statements</ span >
28
- < span class ='fraction '> 55/55 </ span >
28
+ < span class ='fraction '> 54/54 </ span >
29
29
</ div >
30
30
31
31
@@ -46,7 +46,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">cli/ctor/
46
46
< div class ='fl pad1y space-right2 '>
47
47
< span class ="strong "> 100% </ span >
48
48
< span class ="quiet "> Lines</ span >
49
- < span class ='fraction '> 55/55 </ span >
49
+ < span class ='fraction '> 54/54 </ span >
50
50
</ div >
51
51
52
52
@@ -117,9 +117,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">cli/ctor/
117
117
< a name ='L52 '> </ a > < a href ='#L52 '> 52</ a >
118
118
< a name ='L53 '> </ a > < a href ='#L53 '> 53</ a >
119
119
< a name ='L54 '> </ a > < a href ='#L54 '> 54</ a >
120
- < a name ='L55 '> </ a > < a href ='#L55 '> 55</ a >
121
- < a name ='L56 '> </ a > < a href ='#L56 '> 56</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
122
- < span class ="cline-any cline-yes "> 1x</ span >
120
+ < a name ='L55 '> </ a > < a href ='#L55 '> 55</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
123
121
< span class ="cline-any cline-yes "> 1x</ span >
124
122
< span class ="cline-any cline-yes "> 1x</ span >
125
123
< span class ="cline-any cline-yes "> 1x</ span >
@@ -182,7 +180,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">cli/ctor/
182
180
* you may not use this file except in compliance with the License.
183
181
* You may obtain a copy of the License at
184
182
*
185
- * http://www.apache.org/licenses/LICENSE-2.0
183
+ * http://www.apache.org/licenses/LICENSE-2.0
186
184
*
187
185
* Unless required by applicable law or agreed to in writing, software
188
186
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -199,24 +197,23 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">cli/ctor/
199
197
* @module @stdlib/cli/ctor
200
198
*
201
199
* @example
202
- * var CLI = require( '@stdlib/cli/ctor' );
203
- *
204
200
* var opts = {
205
- * 'pkg': require( './path/to/package.json' ), // eslint-disable-line stdlib/jsdoc-doctest
206
- * 'help': 'Usage: beep [options] <boop>',
207
- * 'title': 'foo',
208
- * 'updates': true,
209
- * 'options': {
210
- * 'boolean': [
211
- * 'help',
212
- * 'version'
213
- * ]
214
- * }
201
+ * 'pkg': require( './path/to/package.json' ), // eslint-disable-line stdlib/jsdoc-doctest
202
+ * 'help': 'Usage: beep [options] <boop>',
203
+ * 'title': 'foo',
204
+ * 'updates': true,
205
+ * 'options': {
206
+ * 'boolean': [
207
+ * 'help',
208
+ * 'version'
209
+ * ]
210
+ * }
215
211
* };
216
212
* var cli = new CLI( opts );
217
213
* // returns <CLI>
218
214
*
219
215
* cli.close();
216
+ *
220
217
* var CLI = require( '@stdlib/cli/ctor' );
221
218
*/
222
219
@@ -235,7 +232,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">cli/ctor/
235
232
< div class ='footer quiet pad2 space-top1 center small '>
236
233
Code coverage generated by
237
234
< a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
238
- at 2025-09-14T15:35:47.415Z
235
+ at 2025-09-14T15:43:26.235Z
239
236
</ div >
240
237
< script src ="../../../prettify.js "> </ script >
241
238
< script >
0 commit comments