module.exports = { description: 'adds an intro/outro', options: { intro: '/* this is an intro */', outro: '/* this is an outro */' } };