18 lines
577 B
Plaintext
18 lines
577 B
Plaintext
stcli
|
|
=====
|
|
Command-line client for SimplyTranslate in Go.
|
|
|
|
Usage
|
|
-----
|
|
-I string
|
|
Enter the text to be translated
|
|
-e string
|
|
Translation engine to use (default: google) (default "google")
|
|
-f string
|
|
Set the language to translate from. This can be skipped as it will autodetect the language you're translating from (default "auto")
|
|
-i string
|
|
Instance to use (default: https://simplytranslate.org/api/translate/) (default "https://simplytranslate.org/api/translate/")
|
|
-t string
|
|
Set the language to translate to (default: en) (default "en")
|
|
|