We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407cc85 commit c5b33c1Copy full SHA for c5b33c1
lib/node_modules/@stdlib/cli/ctor/lib/index.js
@@ -27,16 +27,15 @@
27
* var CLI = require( '@stdlib/cli/ctor' );
28
*
29
* var opts = {
30
-* 'pkg': require( './path/to/package.json' ), // eslint-disable-line stdlib/jsdoc-doctest
31
-* 'help': 'Usage: beep [options] <boop>',
32
-* 'title': 'foo',
33
-* 'updates': true,
34
-* 'options': {
35
-* 'boolean': [
36
-* 'help',
37
-* 'version'
38
-* ]
39
-* }
+* 'help': 'Usage: beep [options] <boop>',
+* 'title': 'foo',
+* 'updates': true,
+* 'options': {
+* 'boolean': [
+* 'help',
+* 'version'
+* ]
+* }
40
* };
41
* var cli = new CLI( opts );
42
* // returns <CLI>
0 commit comments