mirror of
https://github.com/svg/svgo.git
synced 2025-07-29 20:21:14 +03:00
Add --show-plugins option
This commit is contained in:
@ -8,6 +8,8 @@ exports.params = {
|
||||
removeAny: false
|
||||
};
|
||||
|
||||
exports.description = 'remove <desc> (only non-meaningful by default)';
|
||||
|
||||
var standardDescs = /^Created with/;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user