UNPKG

@dawnjs/cli

Version:
11 lines (10 loc) 263 B
/** * Copyright (c) 2016-present Alibaba Group Holding Limited * @author Houfeng <admin@xhou.net> */ module.exports = async function (next) { this.console.warn( [`Unable to process command: ${this.cli.get('command')}`].join(' ') ); return next(); };