|
|
|
|
|
by hdjrudni
85 days ago
|
|
I was looking for something like this. Does the help plugin not support color? Looks like the spacing is messed up too. I just converted my app to use it and its coming out like ```
COMMANDS:
export-schemaExport table definitions from existing database to YAML
export-dataExport table data in CSV format
import-dataImport table data from CSV file
schema-sqlConvert YAML schema back to MySQL
export-usersExport users in YAML format
users-sql Convert users.yaml back into SQL
export-allExport all data from host
export-all-tgzExport all data from host
databases-sqlConvert databases.yaml back into SQL
export-typescriptExport TypeScript interfaces
``` i.e. there's no space after `export-schema` it just goes immediately to the description. |
|