Changeset 12 in code for trunk/README


Ignore:
Timestamp:
Mar 25, 2023, 4:43:22 PM (2 years ago)
Author:
koizumi.aoi
Message:

feat: stop hardcoding default instance and engine, also other minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r9 r12  
    55Usage
    66-----
    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")
     7-f [lang] (default: auto)
     8-i [input]
     9-t [lang] (default: en)
    1710
     11Environment variables
     12---------------------
     13* STCLI_ENGINE
     14* STCLI_INSTANCE
Note: See TracChangeset for help on using the changeset viewer.