We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3ab3cf + 563550b commit a08a0a5Copy full SHA for a08a0a5
src/agentex/lib/cli/commands/main.py
@@ -24,8 +24,7 @@
24
25
# Add init command with documentation
26
app.command(
27
- help="Initialize a new agent project with a template",
28
- epilog="Example: agentex init --template temporal my-agent",
+ help="Initialize a new agent project with a template (interactive)",
29
)(init)
30
31
0 commit comments