UNPKG

107 BJavaScriptView Raw
1module.exports = (visible, args) => {
2 if (!visible) return
3 console.log(`> docker ${args.join(' ')}`)
4}