source: code/trunk/stcli.1@ 8

Last change on this file since 8 was 7, checked in by koizumi.aoi, 2 years ago

Release v1.3:

  • Rename to stcli
  • Removed useless imports
  • Removed a no-op function call
  • Update README

Signed-off-by: Aoi K <koizumi.aoi@…>

File size: 785 bytes
Line 
1.Dd Aftermath 57, 3188
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
15Self-explanatory, besides, this was made as
16a rewrite from a shell script that had curl
17and awk for dependencies. It fully serves
18as a drop-in replacement.
19.Sh USAGE
20.Bl -tag -width 11n -compact
21.It -e
22Translation engine to use
23.It -f
24Input language to translate from
25.It -i
26Instance to use
27.It -I
28Text to translate
29.It -t
30Target language to translate to
31.El
32.Sh AUTHORS
33.An Aoi K. Aq Mt koizumi.aoi@kyoko-project.wer.ee
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
41None so far
Note: See TracBrowser for help on using the repository browser.