Open
Description
Bug report
Environment
- Operating System: Windows 11 Home version 23H2
- Python version: 3.12
Description of the bug
When I run the:
poetry run scanapi --help
command, nothing appears other than a response that would be given when typing poetry run scanapi
.
Important
Maybe I'm executing the help command wrong because of poetry run, but that's what the page says
wiki, and this was already the subject of discussion in
another issue from 4 years ago #312.
Expected behavior ?
I don't know, I couldn't find the code for the --help
parameter
How to reproduce the the bug ?
Do a git clone on the repository with:
git clone [email protected]:scanapi/scanapi.git
Enter the repository with cd path/scanapi
and execute the following lines of code:
poetry install <- Install dependency
poetry update <- Make sure everything is installed and updated
poetry run scanapi --help <- Execute the command help
Anthing else we need to know?
Using -h also gives an error.