Skip to content

Commit 0780426

Browse files
Merge pull request #1091 from appwrite/fix-command-desc
chore: remove assistant command description from CLI parser
2 parents 5985f2a + 87ad3e2 commit 0780426

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/cli/lib/parser.js.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ const commandDescriptions = {
221221
"whoami": `The whomai command gives information about the currently logged-in user.`,
222222
"register": `Outputs the link to create an {{ spec.title|caseUcfirst }} account.`,
223223
"console" : `The console command gives you access to the APIs used by the Appwrite Console.`,
224-
"assistant": `The assistant command allows you to interact with the Appwrite Assistant AI`,
225224
"messaging": `The messaging command allows you to manage topics and targets and send messages.`,
226225
"migrations": `The migrations command allows you to migrate data between services.`,
227226
"vcs": `The vcs command allows you to interact with VCS providers and manage your code repositories.`,

0 commit comments

Comments
 (0)