Skip to content

Commit 563550b

Browse files
committed
Fix init example
1 parent b3ab3cf commit 563550b

File tree

1 file changed

+1
-2
lines changed
  • src/agentex/lib/cli/commands

1 file changed

+1
-2
lines changed

src/agentex/lib/cli/commands/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424

2525
# Add init command with documentation
2626
app.command(
27-
help="Initialize a new agent project with a template",
28-
epilog="Example: agentex init --template temporal my-agent",
27+
help="Initialize a new agent project with a template (interactive)",
2928
)(init)
3029

3130

0 commit comments

Comments
 (0)