(alias)
| 8 | let ui = options.ui; |
| 9 | |
| 10 | function aliasMatches(alias) { |
| 11 | return alias === commandName; |
| 12 | } |
| 13 | |
| 14 | function findCommand(commands, commandName) { |
| 15 | for (let key in commands) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…