mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
svgo: remove deprecated --enable=plugin_name example (#6379)
The `--enable` flag was removed in SVGO 2.0. For now, the only way to enable optional plugins is via config. Setting up a config file is out of scope for tldr so I'm just removing the deprecated flag in this PR. See: https://github.com/svg/svgo/releases/tag/v2.0.0
This commit is contained in:
parent
2392183ef0
commit
44f8f88d16
1 changed files with 0 additions and 4 deletions
|
@ -28,10 +28,6 @@
|
|||
|
||||
`svgo {{test.svg}} -o -`
|
||||
|
||||
- Optimize a file making sure a given plugin is enabled:
|
||||
|
||||
`svgo --enable={{plugin_name}}`
|
||||
|
||||
- Show available plugins:
|
||||
|
||||
`svgo --show-plugins`
|
||||
|
|
Loading…
Add table
Reference in a new issue