Skip to content

Commit 682177c

Browse files
Revert "fix: add missing command description to the CLI"
1 parent 55f8d82 commit 682177c

File tree

2 files changed

+25
-27
lines changed

2 files changed

+25
-27
lines changed

composer.lock

Lines changed: 25 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/cli/lib/parser.js.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ const commandDescriptions = {
164164
"client": `The client command allows you to configure your CLI`,
165165
"login": `The login command allows you to authenticate and manage a user account.`,
166166
"logout": `The logout command allows you to logout of your {{ spec.title|caseUcfirst }} account.`,
167-
"console" : `The console command allows gives you access to the APIs used by the Appwrite console.`,
168167
"main": chalk.redBright(`${logo}${description}`),
169168
{% if sdk.test == "true" %}
170169
{% for service in spec.services %}

0 commit comments

Comments
 (0)