Usage in shell: $ python main.py -t translator <argument>
Usage in script: translator <argument>
| Arguments | Values | Descriptions |
|---|---|---|
| -c, --check | <project>, <locale>, * |
Show all translations contain in locale file |
| -d, --delete | <project>, * |
Delete a project from workspace |
| -l, --list | List all projects in workspace | |
| -n, --new | <project>, * |
Create a blank project in workspace |
| -t, --translate | <project> |
Run a translation process by project |
| -h, --help | Show the helper commands menu | |
| -v, --version | Show version of tool |
