UNPKG

@nexssp/cli

Version:

Nexss PROGRAMMER - Over 50 programming languages together..

11 lines (8 loc) 269 B
module.exports = () => { console.log(`Global config path:`, process.nexssGlobalConfigPath) if (cliArgs._[3] === 'reset') { process.nexssGlobalConfig = {} fs.writeFileSync(process.nexssGlobalConfigPath, '{}') } console.log(process.nexssGlobalConfig) }