deno.land / x / yargs@v17.6.0-deno / test / fixtures / normal-bin.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node/* eslint-disable no-undef *//* eslint-disable node/shebang */const argv = require('../../').help('help').version().parserConfiguration({ 'dot-notation': false, 'boolean-negation': false,}).argv;console.log(argv);
yargs

Version Info

Tagged at
a year ago