UNPKG

@ycmd/helpers

Version:

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

9 lines (6 loc) 268 B
import { MainOptions } from './types.mjs'; import '@lsk4/log'; declare function printInfo({ cmdName, cmdVersion, config, configPath, nodeBin, ycmdBin, log, cwd, cwdInfo, }: MainOptions & { log: any; }): Promise<void>; export { printInfo as default, printInfo };