deno.land / x / yargs@v17.6.0-deno / test / esm / fixtures / commands / b.mjs

نووسراو ببینە
1
2
3
4
5
6
7
8
9
export const command = 'b <str1> <str2>';export const describe = 'string commands';export const builder = yargs => { yargs.string(['str1', 'str2']);};export const handler = function (argv) { argv.output.text = `${argv.str1} ${argv.str2}`;};
yargs

Version Info

Tagged at
2 years ago