Skip to content

Commit

Permalink
💪 make more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
Omochice committed Sep 24, 2021
1 parent 5ad8c57 commit 9f30a8f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,16 @@ func main() {
Name: "deepl-translate-cli",
Usage: "Translate sentences.",
UsageText: "deepl-translate-cli [-s|-t] <inputfile | --stdin> ",
Version: fmt.Sprintf("%s (rev %s) [%s %s %s] [build at %s by %s]", getVersion(), commit, runtime.GOOS, runtime.GOARCH, runtime.Version(), date, buildBy),
Version: fmt.Sprintf("%s (rev %s) [%s %s %s] [build at %s by %s]",
getVersion(),
commit,
runtime.GOOS,
runtime.GOARCH,
runtime.Version(),
date,
buildBy),
Authors: []*cli.Author{
&cli.Author{
{
Name: "Omochice",
},
},
Expand Down

0 comments on commit 9f30a8f

Please sign in to comment.