File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ Options can be set by using command-line arguments:
3535| ` --init ` | Create a .config.json file to store your defaults |
3636| ` --no-wizard ` | Skip interactive prompts during start-up |
3737
38+ ## Example
39+
40+ ``` bash
41+ translate-msgs --include-langs=fr,es --ignore-keys=appName,author
42+ ```
43+
3844## Config file
3945
4046Use ` --init ` to create ` translate-messages.config.json ` in your project root to set default options.
@@ -53,12 +59,6 @@ Example defaults:
5359
5460###### _ Note: CLI arguments always override config file._
5561
56- ## Example
57-
58- ``` bash
59- translate-msgs --include-langs=fr,es --ignore-keys=appName,author
60- ```
61-
6262## MIT License
6363
6464** Copyright © 2023–2026 [ Adam Lui] ( https://github.com/adamlui ) .**
You can’t perform that action at this time.
0 commit comments