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

نووسراو ببینە
1
2
3
4
5
6
7
8
/* eslint-disable no-undef */exports.command = 'cyclic';exports.description = 'Attempts to (re)apply its own dir';exports.builder = function (yargs) { return yargs.commandDir('../cmddir_cyclic');};exports.handler = function () {};
yargs

Version Info

Tagged at
2 years ago