README.md in xcmultilingual-0.1.1 vs README.md in xcmultilingual-0.1.2
- old
+ new
@@ -135,9 +135,10 @@
**update:** Update swift file. DESTINATION is required.
options:
- `-name` or `-n`: Change Localization struct name. Default is Multilingual.
+- `-template` or `-t`: Use custom template for generating swift file. You can copy original and change where you want!
- `--verbose`: Output execution logs
**help:** Write `update` after help and show update options' help.
If you want to use `LOC` for top level struct name. `xcmultilingual update ./DemoApp/Multilingual.swift -n LOC` and then you can write like `LOC.Animal.DOG.string()`