@@ -145,8 +145,8 @@ Add props to the root SVG tag.
145
145
Add title tag via title property. If titleProp is set to true and no title is provided (` title={undefined} ` ) at render time, this will
146
146
fallback to existing title element in the svg if exists.
147
147
148
- | Default | CLI Override | API Override |
149
- | ------- | ------------ | ------------------- |
148
+ | Default | CLI Override | API Override |
149
+ | ------- | -------------- | ------------------- |
150
150
| ` false ` | ` --title-prop ` | ` titleProp: <bool> ` |
151
151
152
152
## Template
@@ -170,15 +170,14 @@ Output files into a directory.
170
170
171
171
Specify a template function (API) to change default index.js output (when --out-dir is used).
172
172
173
- | Default | CLI Override | API Override |
174
- | ------------------ | ------------------ | -------------------------- |
173
+ | Default | CLI Override | API Override |
174
+ | ------------------------------------------------------------------------------------------------ | ------------------ | -------------------------- |
175
175
| [ ` basic template ` ] ( https://github.com/gregberge/svgr/blob/master/packages/cli/src/dirCommand.js ) | ` --index-template ` | indexTemplate: files => '' |
176
176
177
+ ## Ignore existing
177
178
178
- ## Keep existing
179
+ When used with ` --out-dir ` , it ignores already existing files.
179
180
180
- When used with ` --out-dir ` , it does not override already existing files.
181
-
182
- | Default | CLI Override | API Override |
183
- | ------- | ----------------- | --------------------- |
184
- | ` false ` | ` --keep-existing ` | Only available in CLI |
181
+ | Default | CLI Override | API Override |
182
+ | ------- | ------------------- | --------------------- |
183
+ | ` false ` | ` --ignore-existing ` | Only available in CLI |
1 commit comments
vercel[bot] commentedon Mar 22, 2020
Successfully deployed to following URLs: