File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Options can be set by using command-line arguments:
4343| ---------------------- | ------------------------------------------------------------------------------- | -----------------------------
4444| ` -d ` , ` --json-dir ` | Name of the folder containing JSON files (default: ` _locales ` ) | ` --json-dir=data `
4545| ` -k ` , ` --keys ` | Comma-separated list of keys to remove | ` --keys=app_DESC,err_NOT_FOUND `
46- | ` config ` | Use custom config file | ` --config=path/to/file `
46+ | ` -- config` | Use custom config file | ` --config=path/to/file `
4747| ` init ` , ` -i ` , ` --init ` | Create .remove-json.config.json5 in project root to store default settings |
4848| ` -n ` , ` --no-wizard ` | Skip interactive prompts during start-up |
4949| ` -h ` , ` --help ` | Show help screen |
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Options can be set by using command-line arguments:
4747| ` --exclude-langs ` | Comma-separated list of languages to exclude | ` --exclude-langs=es,zh `
4848| ` --exclude-keys ` | Comma-separated list of keys to ignore | ` --exclude-keys=app_NAME,author `
4949| ` --only-stable ` | Only use stable locales (skip auto-discovery) |
50- | ` config ` | Use custom config file | ` --config=path/to/file `
50+ | ` -- config` | Use custom config file | ` --config=path/to/file `
5151| ` init ` , ` -i ` , ` --init ` | Create ` .translate-msgs.config.json5 ` in project root to store default options |
5252| ` -f ` , ` --force ` | Force overwrite of existing config file when using ` init ` |
5353| ` -n ` , ` --no-wizard ` | Skip interactive prompts during start-up |
You can’t perform that action at this time.
0 commit comments