You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,9 @@ You can structure a command in three fundamental ways:
47
47
| Command Argument | Meaning |
48
48
| ---------------------------- | ------- |
49
49
|`-h` or </br>`--help`| List all available parameters, their description and default values, then exit. |
50
+
|`-l` or </br>`--language`| Set the CLI language, currently supported: `zh_CN`, `ja_JP`, `fr_FR`, `es_ES`, `it_IT`, `de_DE`, `pt_BR`, `ru_RU`, `ko_KR`, `en_US`, `pl_PL`, `uk_UA`, `hi_IN`. Default is system locale if supported, fallback is `en_US`.|
50
51
|`-i` or </br>`--input`| Path to file itself or directory containing files to be converted. If not provided, the directory from where the script is called will be used. |
0 commit comments