UNPKG

capitano

Version:

Powerful, non opitionated command line parser for serious applications

14 lines (13 loc) 248 B
module.exports = { signatures: { wildcard: '*' }, actions: { commandNotFound: function(command) { if (command != null) { console.error("Command not found: " + command); } return process.exit(1); } } };