deno.land / x / yargs@v17.6.0-deno / test / esm / fixtures / commands / subcommands / index.mjs
1234import * as c from './c.mjs';import * as d from './d.mjs';export const commands = [c, d];
Version Info