@@ -25,7 +25,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">cli/ctor/
2525 < div class ='fl pad1y space-right2 '>
2626 < span class ="strong "> 100% </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 55/55 </ span >
28+ < span class ='fraction '> 54/54 </ span >
2929 </ div >
3030
3131
@@ -46,7 +46,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">cli/ctor/
4646 < div class ='fl pad1y space-right2 '>
4747 < span class ="strong "> 100% </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 55/55 </ span >
49+ < span class ='fraction '> 54/54 </ span >
5050 </ div >
5151
5252
@@ -117,9 +117,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">cli/ctor/
117117< a name ='L52 '> </ a > < a href ='#L52 '> 52</ a >
118118< a name ='L53 '> </ a > < a href ='#L53 '> 53</ a >
119119< 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 >
123121< span class ="cline-any cline-yes "> 1x</ span >
124122< span class ="cline-any cline-yes "> 1x</ span >
125123< 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/
182180* you may not use this file except in compliance with the License.
183181* You may obtain a copy of the License at
184182*
185- * http://www.apache.org/licenses/LICENSE-2.0
183+ * http://www.apache.org/licenses/LICENSE-2.0
186184*
187185* Unless required by applicable law or agreed to in writing, software
188186* 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/
199197* @module @stdlib/cli/ctor
200198*
201199* @example
202- * var CLI = require( '@stdlib/cli/ctor' );
203- *
204200* 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+ * }
215211* };
216212* var cli = new CLI( opts );
217213* // returns <CLI>
218214*
219215* cli.close();
216+ *
220217* var CLI = require( '@stdlib/cli/ctor' );
221218*/
222219
@@ -235,7 +232,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">cli/ctor/
235232 < div class ='footer quiet pad2 space-top1 center small '>
236233 Code coverage generated by
237234 < 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
239236 </ div >
240237 < script src ="../../../prettify.js "> </ script >
241238 < script >
0 commit comments