UNPKG

@ycmd/commands

Version:

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

9 lines (6 loc) 325 B
'use strict'; var ycmd = require('ycmd'); var c=ycmd.createCommand({command:"info",aliases:["i"],describe:"get info about current project",async main(o){o.log.info(ycmd.getLogo()),ycmd.printInfo({...o,log:(...e)=>console.log(...e)});}}); module.exports = c; //# sourceMappingURL=out.js.map //# sourceMappingURL=info.js.map