UNPKG

@ycmd/run

Version:

LSK.js CLI Creds is the easiest way to manage GitHub / Gitlab secrets and credentials

13 lines (10 loc) 301 B
import { CommandModule } from 'yargs'; type FindCommandOptions = { cwd?: string; exts?: string[]; nodemodules?: boolean; local?: boolean; config?: boolean; }; declare const findCommands: (initPathOptions: FindCommandOptions) => Promise<CommandModule[]>; export { findCommands };