(o)
| 119 | } |
| 120 | |
| 121 | function abbrev(o) { return function(it) { |
| 122 | return new RegExp('^' + o.last.replace(/^--?/g, '')).test(it); |
| 123 | }} |
| 124 | |
| 125 | // output the completion.sh script to the console for install instructions. |
| 126 | // This is actually a 'template' where the package name is used to setup |
no outgoing calls
no test coverage detected
searching dependent graphs…