Skip to content

Commit 3a7b83b

Browse files
committed
Change command name from openapi-generator to openapi-generator-cli
1 parent 753f067 commit 3a7b83b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ pip install openapi-generator-cli
3434
pip install openapi-generator-cli==4.3.1
3535
```
3636

37-
After installation `openapi-generator` command will be available in your virtual environment or globally depending on your installation.
37+
After installation `openapi-generator-cli` command will be available in your virtual environment or globally depending on your installation.
3838

3939
To check the version, for example. Type the following command
4040

4141
```sh
4242
# this will print the correct version number
43-
openapi-generator version
43+
openapi-generator-cli version
4444
```
4545

4646
## Further Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ taskipy = "^1.10.3"
4646
pytest = ">=7.2.2,<9.0.0"
4747

4848
[tool.poetry.scripts]
49-
openapi-generator = "openapi_generator_cli:cli"
49+
openapi-generator-cli = "openapi_generator_cli:cli"
5050

5151
[tool.black]
5252
line-length = 120

0 commit comments

Comments
 (0)