Last change
on this file since 12 was 9, checked in by koizumi.aoi, 2 years ago |
doc: target language is no longer required, put usage notes on readme.
|
File size:
774 bytes
|
Line | |
---|
1 | .Dd Chaos 42, 3189
|
---|
2 | .Dt STCLI 1
|
---|
3 | .Os
|
---|
4 | .Sh NAME
|
---|
5 | .Nm stcli-go
|
---|
6 | .Nd Command-line client for SimplyTranslate in Go
|
---|
7 | .Sh SYNOPSIS
|
---|
8 | .Nm
|
---|
9 | .Fl e Ar engine
|
---|
10 | .Fl f Ar from
|
---|
11 | .Fl i Ar instance
|
---|
12 | .Fl I Ar input
|
---|
13 | .Fl t Ar to
|
---|
14 | .Sh DESCRIPTION
|
---|
15 | Self-explanatory, besides, this was made as
|
---|
16 | a rewrite from a shell script that had curl
|
---|
17 | and awk for dependencies. It fully serves
|
---|
18 | as a drop-in replacement.
|
---|
19 | .Sh USAGE
|
---|
20 | .Bl -tag -width 11n -compact
|
---|
21 | .It -e
|
---|
22 | Translation engine to use
|
---|
23 | .It -f
|
---|
24 | Input language to translate from
|
---|
25 | .It -i
|
---|
26 | Instance to use
|
---|
27 | .It -I
|
---|
28 | Text to translate
|
---|
29 | .It -t
|
---|
30 | Target language to translate to
|
---|
31 | .El
|
---|
32 | .Sh AUTHORS
|
---|
33 | .An Aoi K. Aq Mt koizumi.aoi@chaotic.ninja
|
---|
34 | .Pp
|
---|
35 | .An Czar of KST Aq Mt czar@kalli.st
|
---|
36 | .Pp
|
---|
37 | .An Shokara Kou Aq Mt kou@clearnet.fqdn
|
---|
38 | .Pp
|
---|
39 | .An Baobab Aq Mt baobab@honeypot.im
|
---|
40 | .Sh BUGS
|
---|
41 | None so far
|
---|
Note:
See
TracBrowser
for help on using the repository browser.