UNPKG

yargs-file-commands

Version:

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

4 lines (3 loc) 173 B
export declare const describe = "Database migration command"; export declare const builder: (yargs: any) => any; export declare const handler: (argv: any) => Promise<void>;