UNPKG

174 Btext/coffeescriptView Raw
1module.exports =
2 signatures:
3 wildcard: '*'
4
5 actions:
6 commandNotFound: (command) ->
7 if command?
8 console.error("Command not found: #{command}")
9 process.exit(1)