UNPKG

@ycmd/helpers

Version:

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

8 lines (5 loc) 201 B
import { CommandModule } from 'yargs'; declare function createOnComplete({ commands }: { commands: CommandModule[]; }): (current: any, argv: any, done: any) => void; export { createOnComplete };