UNPKG

yargs-file-commands

Version:

A yargs helper function that lets you define your commands structure via directory and file naming conventions.

5 lines 184 B
// biome-ignore lint/suspicious/noExplicitAny: required to return a CommandModule export function defineCommand(module) { return module; } //# sourceMappingURL=defineCommand.js.map