UNPKG

yargs-file-commands

Version:

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

5 lines (4 loc) 121 B
export const describe = 'Default command'; export const handler = async () => { // Default command implementation };