Sha256: 5597973de3fe72443654aaadb660865f7c3d8d9dc5184fa2e46502748529c40a

Contents?: true

Size: 460 Bytes

Versions: 7

Compression:

Stored size: 460 Bytes

Contents

var opts = require("./nomnom")
   .option('debug', {
      abbr: 'd',
      flag: true,
      help: 'Print debugging info'
   })
   .option('config', {
      abbr: 'c',
      default: 'config.json',
      help: 'JSON file with tests to run'
   })
   .option('version', {
      flag: true,
      help: 'print version and exit',
      callback: function() {
         return "version 1.2.4";
      }
   })
   .parse();

if (opts.debug) {
  console.log("debug")
}

Version data entries

7 entries across 7 versions & 4 rubygems

Version Path
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/nomnom/test.js
locomotivecms-3.4.0 app/javascript/node_modules/nomnom/test.js
dragonfly_puppeteer-0.1.0 node_modules/nomnom/test.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/nomnom/test.js
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/nomnom/test.js
spider-src-0.1.7 lib/spider-src/support/spider/node_modules/nomnom/test.js
spider-src-0.1.6 lib/spider-src/support/spider/node_modules/spider-script/node_modules/nomnom/test.js