UNPKG

capitano

Version:

Powerful, non opitionated command line parser for serious applications

10 lines (8 loc) 174 B
module.exports = signatures: wildcard: '*' actions: commandNotFound: (command) -> if command? console.error("Command not found: #{command}") process.exit(1)