deno.land / x / yargs@v17.6.0-deno / test / esm / fixtures / commands / a.mjs
12345678910import {commands} from './subcommands/index.mjs';
export const command = 'a';export const describe = 'numeric commands';export const builder = yargs => { yargs.command(commands);};// eslint-disable-next-line no-unused-varsexport const handler = function (argv) {};
Version Info