deno.land / x / yargs@v17.6.0-deno / test / fixtures / no-extension

1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env node
'use strict'
var parser = require('../../')(process.argv.slice(2))
console.log(parser.parserConfiguration({ 'dot-notation': false, 'boolean-negation': false}).argv)
yargs

Version Info

Tagged at
a year ago