deno.land / x / yargs@v17.6.0-deno / test / fixtures / cmddir_cyclic / cyclic.js
12345678/* 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 () {};
Version Info