Skip to content

Commit 508f838

Browse files
radugheoclaude
andcommitted
docs(cli): clarify uipath new docstring
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent dc5319f commit 508f838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/uipath/src/uipath/_cli/cli_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def generate_uipath_json(target_directory):
4949
@click.argument("name", type=str, default="")
5050
@track_command("new")
5151
def new(name: str):
52-
"""Generate a quick-start project."""
52+
"""Generate a quick-start project scaffold in the current directory."""
5353
directory = os.getcwd()
5454

5555
if not name:

0 commit comments

Comments
 (0)