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
+25-23Lines changed: 25 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ deepl --version
73
73
```
74
74
75
75
> **Note:** This project uses [`better-sqlite3`](https://github.com/WiseLibs/better-sqlite3) for local caching, which requires native compilation. If `npm install` fails with build errors, ensure you have:
76
+
>
76
77
> -**macOS**: Xcode Command Line Tools (`xcode-select --install`)
77
78
> -**Linux**: `python3`, `make`, and `gcc` (`apt install python3 make gcc g++`)
78
79
> -**Windows**: Visual Studio Build Tools or `windows-build-tools` (`npm install -g windows-build-tools`)
@@ -119,13 +120,13 @@ deepl translate "Hello, world!" --to es
119
120
120
121
DeepL CLI supports global flags that work with all commands:
121
122
122
-
| Flag | Short | Description |
123
-
|------|-------|-------------|
124
-
|`--version`|`-V`| Show version number |
125
-
|`--quiet`|`-q`| Suppress non-essential output |
126
-
|`--verbose`|`-v`| Show extra information |
127
-
|`--config FILE`|`-c`| Use alternate configuration file |
128
-
|`--no-input`|| Disable all interactive prompts (abort instead of prompting) |
0 commit comments