UNPKG

@ycmd/helpers

Version:

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

10 lines (7 loc) 268 B
import yargs, { CommandModule } from 'yargs'; declare function createCli({ name, argv, commands: rawCommands, }?: { name?: string; argv?: string[]; commands?: CommandModule[] | Promise<CommandModule[]>; }): Promise<yargs.Argv<{}>>; export { createCli };