File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ pip install openapi-generator-cli
3434pip 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
3939To 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
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ taskipy = "^1.10.3"
4646pytest = " >=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 ]
5252line-length = 120
You can’t perform that action at this time.
0 commit comments