Skip to content

Commit c3cd58e

Browse files
committed
chore(init): mark dg init as alpha in help menu
1 parent 7de0189 commit c3cd58e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/deepctl-cmd-init/src/deepctl_cmd_init

packages/deepctl-cmd-init/src/deepctl_cmd_init/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class InitCommand(BaseCommand):
3232
"Run with no arguments for an interactive search-and-select picker, "
3333
"or pass a template name directly to clone immediately."
3434
)
35-
short_help = "Scaffold a Deepgram starter app"
35+
short_help = "Scaffold a Deepgram starter app (alpha)"
3636

3737
requires_auth = False
3838
requires_project = False

0 commit comments

Comments
 (0)