| 8 | const BaseCommand = require('../base-cmd.js') |
| 9 | |
| 10 | const globify = pattern => pattern.split('\\').join('/') |
| 11 | |
| 12 | // Strips out the number from foo.7 or foo.7. or foo.7.tgz |
| 13 | // We don't currently compress our man pages but if we ever did this would seamlessly continue supporting it |
no test coverage detected