Skip to content

Commit 01c1f80

Browse files
abonandermehcode
authored andcommitted
sqlx-cli/README.md: document that <command> --help exists
1 parent b3efa48 commit 01c1f80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqlx-cli/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ in the current working directory.
1616

1717
`database` and `migrate` subcommands support only Postgres; MySQL and SQLite are TODO.
1818

19+
For more details, run `sqlx <command> --help`.
20+
1921
```dotenv
2022
# Postgres
2123
DATABASE_URL=postgres://postgres@localhost/my_database

0 commit comments

Comments
 (0)