Skip to content

Commit d2258cd

Browse files
committed
Moved cmd example below options table ↞ [auto-sync from https://github.com/adamlui/python-utils/tree/main/translate-messages]
1 parent d008066 commit d2258cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

translate-messages/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

4046
Use `--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).**

0 commit comments

Comments
 (0)