Skip to main content
Module

x/yargs/test/fixtures/no-extension

yargs the modern, pirate-themed successor to optimist.
Very Popular
Go to Latest
File
#!/usr/bin/env node
'use strict'
var parser = require('../../')(process.argv.slice(2))
console.log(parser.parserConfiguration({ 'dot-notation': false, 'boolean-negation': false}).argv)