Add information of completion command in wasp help (#256) (#766)

* Add information of completion command in `wasp help` (fix #256)

* Fix syntax error

* Move completion command under GENERAL
This commit is contained in:
Hari Sankar 2022-10-19 13:16:15 +05:30 committed by GitHub
parent c018d284a9
commit 76e43b3685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,7 @@ printUsage =
cmd " new <project-name> Creates new Wasp project.",
cmd " version Prints current version of CLI.",
cmd " waspls Run Wasp Language Server. Add --help to get more info.",
cmd " completion Prints help on bash completion.",
title " IN PROJECT",
cmd " start Runs Wasp app in development mode, watching for file changes.",
cmd " db <db-cmd> [args] Executes a database command. Run 'wasp db' for more info.",