Improve for the CLI #267
Labels
high priority
Do this ASAP! This is for mission-critical work or work that blocks other teams in their work.
t-tooling
Issues with this label are in the ownership of the tooling team.
When running
pipx run crawlee
it tries to create a project, while it should print a help message showing what commands are available, something like this:pipx run crawlee --version/-V
is not working at allpipx run crawlee create foo
fails hard when the directory already existsIdeally, we should check this early and prompt the user for a different folder name (interactively), this needs to be cleared before we ask the user to pick the template.
There is no success message after the template is created.
Should be something like the JS version is doing:
The text was updated successfully, but these errors were encountered: