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

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* eslint-disable no-undef */exports.builder = { banana: { default: 'cool', }, batman: { default: 'sad', },};
exports.handler = function (argv) { global.commandHandlerCalledWith = argv;};
yargs

Version Info

Tagged at
a year ago