Skip to main content
Module

x/yargs/test/parser.cjs

yargs the modern, pirate-themed successor to optimist.
Very Popular
Go to Latest
File
'use strict';/* global it */
const yargs = require('../build/index.cjs');const Parser = require('yargs-parser');
require('chai').should();
it('should expose yargs-parser as Parser', () => { yargs.Parser.should.equal(Parser);});