Skip to content

Commit

Permalink
Fix: Usage
Browse files Browse the repository at this point in the history
  • Loading branch information
candy12t committed Nov 26, 2022
1 parent 846d260 commit 9052fe0
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,30 @@ go install github.com/candy12t/deepl-cli/cmd/deepl-cli@v0.4.0
## setup

```shell
deepl-cli setup
deepl-cli configure
```

See [here](https://www.deepl.com/ja/docs-api/translating-text/) for `source` language and `target` language values.

## Usage

```shell
NAME:
deepl-cli - unofficial DeepL command line tool.

USAGE:
deepl-cli [global options] command [command options] [arguments...]
deepl-cli [global options] command [command options] [arguments...]

VERSION:
v0.4.0

COMMANDS:
setup Setup for using this cli
repl Translate with REPL
repl Translate with REPL.
configure Configure deepl-cli options.

GLOBAL OPTIONS:
--help, -h Show help for command (default: false)
--version, -v show deepl-cli version (default: false)
--help, -h Show help for command (default: false)
--version, -v show deepl-cli version (default: false)
```

## LICENSE
Expand Down

0 comments on commit 9052fe0

Please sign in to comment.