Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Dec 25, 2023
1 parent c534d50 commit 3a5d2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/cli/index.js.twig
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ program
.addCommand(init)
.addCommand(deploy)
.addCommand(logout)
.addCommand(flutter)
.addCommand(generate)
{% endif %}
{% for service in spec.services %}
.addCommand({{ service.name | caseLower }})
{% endfor %}
.addCommand(client)
.addCommand(flutter)
.addCommand(generate)
.parse(process.argv);

process.stdout.columns = oldWidth;

0 comments on commit 3a5d2a8

Please sign in to comment.