const fs = require('fs'); module.exports = (argv, terminal) => { terminal.writeln('hi') }