Last change
on this file since 11 was 9, checked in by koizumi.aoi, 2 years ago |
doc: target language is no longer required, put usage notes on readme.
|
File size:
577 bytes
|
Line | |
---|
1 | stcli
|
---|
2 | =====
|
---|
3 | Command-line client for SimplyTranslate in Go.
|
---|
4 |
|
---|
5 | Usage
|
---|
6 | -----
|
---|
7 | -I string
|
---|
8 | Enter the text to be translated
|
---|
9 | -e string
|
---|
10 | Translation engine to use (default: google) (default "google")
|
---|
11 | -f string
|
---|
12 | Set the language to translate from. This can be skipped as it will autodetect the language you're translating from (default "auto")
|
---|
13 | -i string
|
---|
14 | Instance to use (default: https://simplytranslate.org/api/translate/) (default "https://simplytranslate.org/api/translate/")
|
---|
15 | -t string
|
---|
16 | Set the language to translate to (default: en) (default "en")
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.