You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 git@github.com: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
Bug report
Environment
Description of the bug
When I run the:
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
--helpparameterHow to reproduce the the bug ?
Do a git clone on the repository with:
Enter the repository with cd
path/scanapiand execute the following lines of code:Anthing else we need to know?
Using -h also gives an error.