Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/uipath/src/uipath/_cli/cli_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def generate_uipath_json(target_directory):
@click.argument("name", type=str, default="")
@track_command("new")
def new(name: str):
"""Generate a quick-start project."""
"""Generate a quick-start project scaffold in the current directory."""
directory = os.getcwd()

if not name:
Expand Down
Loading