Namespace: env

env

Data representing the environment in which this app is running.
Source:

Members

<static> args :Array

The command-line arguments passed into JSDoc.
Type:
  • Array
Source:

<static> conf :Object

The parsed JSON data from the configuration file.
Type:
  • Object
Source:

<static> opts :Object

The command-line arguments, parsed into a key/value hash.
Type:
  • Object
Source:
Example
 if (env.opts.help) { console.log('Helpful message.'); }

<static> run

Running start and finish times.
Source:

<static> version :Object

The JSDoc version number and revision date.
Type:
  • Object
Source: