We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de0189 commit c3cd58eCopy full SHA for c3cd58e
1 file changed
packages/deepctl-cmd-init/src/deepctl_cmd_init/command.py
@@ -32,7 +32,7 @@ class InitCommand(BaseCommand):
32
"Run with no arguments for an interactive search-and-select picker, "
33
"or pass a template name directly to clone immediately."
34
)
35
- short_help = "Scaffold a Deepgram starter app"
+ short_help = "Scaffold a Deepgram starter app (alpha)"
36
37
requires_auth = False
38
requires_project = False
0 commit comments