-
Notifications
You must be signed in to change notification settings - Fork 523
Closed
Labels
high priorityDo this ASAP! This is for mission-critical work or work that blocks other teams in their work.Do this ASAP! This is for mission-critical work or work that blocks other teams in their work.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Description
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 all
pipx run crawlee create foo fails hard when the directory already exists
Ideally, 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:

Metadata
Metadata
Assignees
Labels
high priorityDo this ASAP! This is for mission-critical work or work that blocks other teams in their work.Do this ASAP! This is for mission-critical work or work that blocks other teams in their work.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.

