Members
-
<static> args :Array
-
The command-line arguments passed into JSDoc.
Type:
- Array
-
<static> conf :Object
-
The parsed JSON data from the configuration file.
Type:
- Object
-
<static> opts :Object
-
The command-line arguments, parsed into a key/value hash.
Type:
- Object
Example
if (env.opts.help) { console.log('Helpful message.'); }
-
<static> run
-
Running start and finish times.
-
<static> version :Object
-
The JSDoc version number and revision date.
Type:
- Object