const cli = require('./cli'); function init() { console.log('init megy ...'); } cli.command('init', 'Initilize the project', {}, init);