Skip to content

Commit

Permalink
docs(kaisermann#233): [cli] introduce new cli param "unsave" to disab…
Browse files Browse the repository at this point in the history
…le import-lib check
  • Loading branch information
mojoaxel committed Oct 1, 2023
1 parent 372ccf7 commit b41b0ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ $ svelte-i18n extract [options] <glob-pattern> [output-file]
- `--overwrite` - overwrite the content of the `output` file instead of just appending missing properties. Default: `false`.

- `-c, --config` - define the path of a `svelte.config.js` in case your svelte components need to be preprocessed.

- `--unsave` - disable the import library check. This can be used if the library name for some reason is not exactly "svelte-i18n". Default: `false`.

0 comments on commit b41b0ae

Please sign in to comment.