deno.land / x / yargs@v17.6.0-deno / test / parse-command.cjs

parse-command.cjs
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
/* global describe, it */const {expect} = require('chai');const {parseCommand} = require('../build/index.cjs');
describe('parseCommand', () => { it('should throw if no command is specified', () => { expect(() => parseCommand('')).to.throw('No command found in: '); });});
yargs

Version Info

Tagged at
a year ago