* Allow alternate matching group order for archive short/long desc
* max short/long desc file input byte size (ignore files larger than N) * Add Arj support via 'arj'
This commit is contained in:
@@ -371,6 +371,10 @@ function cleanControlCodes(input, options) {
|
||||
|
||||
function createCleanAnsi(input, options, cb) {
|
||||
|
||||
if(!input) {
|
||||
return cb('');
|
||||
}
|
||||
|
||||
options.width = options.width || 80;
|
||||
options.height = options.height || 25;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user