UNPKG

@oclif/command

Version:
7 lines (6 loc) 116 B
module.exports = async () => { try { const {ux} = require('cli-ux') await ux.flush() } catch (err) {} }